summaryrefslogtreecommitdiff
path: root/tests/admin_changelist/tests.py
AgeCommit message (Expand)Author
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