summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-4/+4
* Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier2014-02-223-1/+69
* PEP8 cleanupJason Myers2013-11-021-0/+15
* Fixed all E261 warningscoagulant2013-11-021-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 changelist search."Simon Charette2013-10-071-50/+0
* Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.Chris Adams2013-10-071-0/+50
* Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales2013-10-012-1/+22
* Removed a ton of unused local varsAlex Gaynor2013-09-081-2/+2
* Added ModelAdmin.get_search_fields.Loic Bistuer2013-08-032-1/+16
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* Fixed #11195 -- Added CSS classes to the changelist cells to allow style cust...Julien Phalip2013-07-271-3/+3
* Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski2013-06-052-4/+32
* Fixed a failure on Python 3 introduced by 5939864616d56cf949f0bca348a8e05230b...Simon Charette2013-05-291-3/+3
* Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-0/+39
* Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02.Simon Charette2013-03-191-2/+2
* Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano2013-03-192-1/+23
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-083-13/+13
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+766