django/tests/admin_views
Tim Graham 02c07be95c Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with non-None obj during add.
Thanks andreage for the report and suggested fix.
2019-01-01 09:42:14 -05:00
..
templates
__init__.py
admin.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
custom_has_permission_admin.py
customadmin.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
forms.py
models.py Followed style guide for model attribute ordering. 2018-12-27 19:34:14 -05:00
test_actions.py Switched setUp() to setUpTestData() where possible in Django's tests. 2018-11-27 09:35:17 -05:00
test_adminsite.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
test_autocomplete_view.py Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields. 2018-06-18 15:36:20 -04:00
test_forms.py
test_multidb.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
test_static_deprecation.py Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). 2018-05-09 11:40:28 -04:00
test_templatetags.py Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
tests.py Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with non-None obj during add. 2019-01-01 09:42:14 -05:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
views.py