Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_changelist
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24687 -- Added select_related() validation for ↵Tim Graham2015-10-102-4/+2
| | | | | | | | | | nested non-relational fields. The removed test was added in the original select_related() validation patch (45d4e43d2d25b902e3821b612209afa951a8bcb8), but there doesn't seem to be any reason for it. Thanks Claude Paroz for help and review.
* Removed redundancy in admin_changelist tests.Tim Graham2015-09-251-115/+58
|
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+14
|
* Fixed #25135 -- Deprecated the contrib.admin allow_tags ↵Ola Sitarska2015-09-091-2/+35
| | | | | | attribute. Thanks Jaap Roes for the idea and initial patch.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-7/+7
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-2/+2
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed #24474 -- Allowed configuring the admin's empty ↵Loek van Gent2015-06-052-9/+74
| | | | change list value.
* Fixed #24851 -- Fixed crash with reverse one-to-one ↵Tim Graham2015-05-283-4/+13
| | | | | | relation in ModelAdmin.list_display Forwardport of 2456276b0250c9f21d580ca6c3f3c86345ad6370 from stable/1.8.x
* Refs #24553 -- Isolated admin_* tests.Riccardo Magliocchetti2015-05-141-35/+35
| | | | | | | This fixes a regression with runtests.py --reverse after bd53db5eab05099ae371348529c6428e0da95c6a We need to avoid leaking model registration in the default AdminSite.
* Fixed #16609 -- Fixed duplicate admin results when ↵Samuel Paccoud2015-05-063-5/+63
| | | | | | | | searching nested M2M relations. This was fixed earlier but only when the M2M relation was at the first level on the object. This commit fixes the issue even when the M2M is at deeper levels, such as behind a foreign key.
* Revert "Fixed #24474 -- Allowed configuring the admin's ↵Tim Graham2015-04-092-74/+9
| | | | | | | | empty change list value." This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe. There are several test failures that need to be fixed.
* Fixed #24474 -- Allowed configuring the admin's empty ↵Loek van Gent2015-04-092-9/+74
| | | | change list value.
* Fixed #24285 -- Made for_user argument optional for {% ↵Yair Chuchem2015-03-201-0/+20
| | | | get_admin_log %} tag
* Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent2015-03-191-3/+22
|
* Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE ↵Tim Graham2015-03-121-1/+1
| | | | from (None) to -
* Fixed admin selenium tests broken by removal of fixtures.Tim Graham2015-03-051-2/+1
|
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-21/+10
|
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-2/+2
| | | | | Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-17/+18
|
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
|
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-2/+2
| | | | Django test suite.
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3
|
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-4/+4
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Added tests and minified javascript missing in ↵Bas Peschier2014-02-223-1/+69
| | | | | | 83a3add4bed8d8d49f93b30c817c66908b0a26ba. Refs #22038.
* PEP8 cleanupJason Myers2013-11-031-0/+15
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed all E261 warningscoagulant2013-11-031-1/+1
|
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+1
|
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
|
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed assorted flake8 errors.Tim Graham2013-10-111-3/+3
|
* Revert "Fixed #21241 -- Avoid extraneous JOINs in admin ↵Simon Charette2013-10-071-50/+0
| | | | | | | | changelist search." This reverts commit 698dd82eee1cb83f51d4cd39546461bf76976b5e. The patch introduced a backward incompatible change.
* Fixed #21241 -- Avoid extraneous JOINs in admin ↵Chris Adams2013-10-071-0/+50
| | | | changelist search.
* Fixed #15185 -- Allowed ↵Ramiro Morales2013-10-012-1/+22
| | | | | | ModelAdmin.list_display_links=None to disable change list links. Thanks rm_ for the suggestion.
* Removed a ton of unused local varsAlex Gaynor2013-09-081-2/+2
|
* Added ModelAdmin.get_search_fields.Loic Bistuer2013-08-042-1/+16
|
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #11195 -- Added CSS classes to the changelist ↵Julien Phalip2013-07-281-3/+3
| | | | cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
* Fixed #19080 -- Fine-grained control over select_related ↵Tomek Paczkowski2013-06-052-4/+32
| | | | in admin
* Fixed a failure on Python 3 introduced by ↵Simon Charette2013-05-291-3/+3
| | | | | | 5939864616d56cf949f0bca348a8e05230b62fe0. Refs #15653.
* Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-0/+39
| | | | | Thanks jcumbo@ for the report and adamzap and nott for the patch.
* Fixed a python 3.2 syntax error and python 3 warning ↵Simon Charette2013-03-201-2/+2
| | | | introduced by 054ce2aa02.
* Fixed #20088 -- Changed get_admin_log not to depend on ↵Juan Catalano2013-03-192-1/+23
| | | | | | | | | | | | | | User id field Before this change, the get_admin_log method would expect User model's FK to be named `id`. When changing that FK name, admin/index.html rendering would fail. This includes: * Changed the use of id for the use of pk property. * Added a regression test that fails without the patch. This commit refs #20088.
* Fixed #15363 -- Renamed and normalized to `get_queryset` ↵Loic Bistuer2013-03-083-13/+13
| | | | the methods that return a QuerySet.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-1/+1
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+766