1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/admin_views
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 Refs #27804 -- Used subTest() in several tests. 2017-05-24 08:36:34 -04:00
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