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