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-23 16:24:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Tim Graham
48d57788ee
Refs
#26447
-- Removed the USE_ETAGS setting per deprecation timeline.
2017-09-22 12:51:18 -04:00
..
templates
…
__init__.py
…
admin.py
Fixed
#14370
-- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
2017-09-18 13:48:02 -04:00
custom_has_permission_admin.py
…
customadmin.py
Fixed
#14370
-- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
2017-09-18 13:48:02 -04:00
forms.py
…
models.py
Fixed
#14370
-- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
2017-09-18 13:48:02 -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_autocomplete_view.py
Fixed
#14370
-- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
2017-09-18 13:48:02 -04:00
test_multidb.py
…
test_templatetags.py
…
tests.py
Refs
#26447
-- Removed the USE_ETAGS setting per deprecation timeline.
2017-09-22 12:51:18 -04:00
urls.py
Refs
#23968
-- Removed unnecessary lists, generators, and tuple calls.
2017-06-01 19:08:59 -04:00
views.py
…