Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_registration
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
|
* Refs #24553 -- Isolated admin_* tests.Riccardo Magliocchetti2015-05-141-0/+3
| | | | | | | This fixes a regression with runtests.py --reverse after bd53db5eab05099ae371348529c6428e0da95c6a We need to avoid leaking model registration in the default AdminSite.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #13163 -- Added ability to show change links on ↵Nick Sandford2014-07-311-0/+9
| | | | | | inline objects in admin. Thanks DrMeers for the suggestion.
* Fixed typo in exception message; refs #19414Tim Graham2013-09-191-1/+1
| | | | Thanks Alexey Boriskin for the report.
* Fixed #19414 -- Added admin registration decoratorBrian Holdefehr2013-09-182-1/+66
| | | | Thanks stavros for the suggestion.
* 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.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+80