summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_adminsite.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-33/+39
* Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso2021-05-131-1/+4
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-3/+2
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-3/+4
* Added tests for AdminSite's add/disable/get action methods.Anton Samarchyan2017-06-191-1/+27
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-5/+5
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-12/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Removed explicit User ids in tests.Tim Graham2015-11-241-1/+1
* Fixed #25519 -- Made the admin "View site" link point to sites running on a s...Dheerendra Rathor2015-10-221-0/+5
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Fixed #24553 -- Added the list of available applications to AdminSite.each_co...Riccardo Magliocchetti2015-05-111-0/+82