summaryrefslogtreecommitdiff
path: root/tests/admin_views/customadmin.py
AgeCommit message (Collapse)Author
2013-11-02Fixed all E261 warningscoagulant
2013-07-31Added a test for AdminSite.app_index_template; refs #8498.SusanTan
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner