summaryrefslogtreecommitdiff
path: root/tests/admin_registration
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
|
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-14/+21
|
* Refs #32273 -- Completed test coverage for AdminSite.unregister().David Smith2020-12-171-0/+11
|
* Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani2019-03-251-1/+10
|
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+4
|
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
|
* Used assertIsInstance in admin_registration tests.Tim Graham2016-03-241-32/+10
|
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-4/+4
|
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-4/+4
|
* Fixed #25688 -- Made admin.register() disallow an empty list of models.Hasan2015-11-121-0/+4
|
* 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 inline objects in admin.Nick Sandford2014-07-311-0/+9
| | | | 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