django/tests/admin_views
Tim Graham 0004daa536
Used 4 space hanging indent for dictionaries.
Thanks Mariusz Felisiak for auditing.
2019-01-02 18:18:19 -05:00
..
templates
__init__.py
admin.py Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -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 Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
views.py