This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-24 00:55:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Ramiro Morales
f40e71a957
Fixed
#29417
-- Corrected two admin page titles for view-only users.
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
…