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