summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_adminsite.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-03-04Fixed #35265 -- Added AdminSite tests for changing titles.Kasun Herath
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-13Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2017-06-19Added tests for AdminSite's add/disable/get action methods.Anton Samarchyan
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-24Removed explicit User ids in tests.Tim Graham
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a s...Dheerendra Rathor
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-05-11Fixed #24553 -- Added the list of available applications to AdminSite.each_co...Riccardo Magliocchetti