Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views/customadmin.py
Commit message (Collapse)AuthorAgeFilesLines
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-1/+1
| | | | | Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
|
* Fixed #17890 -- Added an extra_context parameter to ↵Berker Peksag2014-11-291-0/+3
| | | | AdminSite.password_change().
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed all E261 warningscoagulant2013-11-021-2/+2
|
* Added a test for AdminSite.app_index_template; refs #8498.SusanTan2013-07-311-0/+1
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #15363 -- Renamed and normalized to `get_queryset` ↵Loic Bistuer2013-03-081-2/+2
| | | | the methods that return a QuerySet.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+59