summaryrefslogtreecommitdiff
path: root/tests/admin_changelist/tests.py
AgeCommit message (Expand)Author
2015-12-29Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...Nick Sandford
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-10-10Fixed #24687 -- Added select_related() validation for nested non-relational f...Tim Graham
2015-09-25Removed redundancy in admin_changelist tests.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-05-28Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.li...Tim Graham
2015-05-14Refs #24553 -- Isolated admin_* tests.Riccardo Magliocchetti
2015-05-06Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...Samuel Paccoud
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-03-20Fixed #24285 -- Made for_user argument optional for {% get_admin_log %} tagYair Chuchem
2015-03-19Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent
2015-03-12Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -Tim Graham
2015-03-05Fixed admin selenium tests broken by removal of fixtures.Tim Graham
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-08Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-22Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-07Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."Simon Charette
2013-10-07Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.Chris Adams
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-08-03Added ModelAdmin.get_search_fields.Loic Bistuer
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-27Fixed #11195 -- Added CSS classes to the changelist cells to allow style cust...Julien Phalip
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-05-29Fixed a failure on Python 3 introduced by 5939864616d56cf949f0bca348a8e05230b...Simon Charette
2013-05-29Fixed #15653 - Error in admin pagination tag.Tim Graham
2013-03-19Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02.Simon Charette
2013-03-19Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner