1
0
mirror of https://github.com/django/django.git synced 2025-01-10 02:16:08 +00:00
django/tests/admin_views
2018-05-23 11:02:37 -04:00
..
templates
__init__.py
admin.py Fixed #8936 -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00
custom_has_permission_admin.py
customadmin.py
forms.py
models.py
test_actions.py
test_adminsite.py
test_autocomplete_view.py
test_forms.py
test_multidb.py
test_static_deprecation.py Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). 2018-05-09 11:40:28 -04:00
test_templatetags.py Fixed #8936 -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00
tests.py Fixed #29417 -- Corrected two admin page titles for view-only users. 2018-05-23 11:02:37 -04:00
urls.py
views.py