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-01-31 20:59:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Anton Samarchyan
a469e158a9
Added tests for PermissionDenied in admin's delete_selected() view.
2017-06-19 16:01:48 -04:00
..
templates
…
__init__.py
…
admin.py
Fixed
#27998
-- Made ManyToManyField changes logged in admin's object history.
2017-06-14 13:07:06 -04:00
custom_has_permission_admin.py
…
customadmin.py
…
forms.py
…
models.py
Fixed
#27998
-- Made ManyToManyField changes logged in admin's object history.
2017-06-14 13:07:06 -04:00
test_actions.py
Added tests for PermissionDenied in admin's delete_selected() view.
2017-06-19 16:01:48 -04:00
test_adminsite.py
Added tests for AdminSite's add/disable/get action methods.
2017-06-19 15:53:51 -04:00
test_multidb.py
…
test_templatetags.py
…
tests.py
Moved admin's action view tests to a separate file.
2017-06-19 16:00:06 -04:00
urls.py
Refs
#23968
-- Removed unnecessary lists, generators, and tuple calls.
2017-06-01 19:08:59 -04:00
views.py
…