.. |
templates
|
Fixed #27728 -- Allowed overriding admin templatetags templates.
|
2018-02-28 08:49:40 +01:00 |
__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
|
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
|
2018-02-01 09:05:14 -05:00 |
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 #29930 -- Allowed editing in admin with view-only inlines.
|
2018-12-03 07:44:18 -08:00 |
urls.py
|
Updated test URL patterns to use path() and re_path().
|
2018-12-31 10:47:32 -05:00 |
views.py
|
|
|