.. |
templates
|
fbe82f8255
Refs #26761 -- Removed extra space in admin change list result header.
|
4 年之前 |
__init__.py
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 年之前 |
admin.py
|
cd74aad90e
Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
|
3 年之前 |
custom_has_permission_admin.py
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
4 年之前 |
customadmin.py
|
043bd70942
Updated test URL patterns to use path() and re_path().
|
6 年之前 |
forms.py
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
4 年之前 |
models.py
|
2161db0792
Fixed capitalization of "ECMAScript" and "JavaScript".
|
3 年之前 |
test_actions.py
|
cee93c6ba1
Refs #25780 -- Removed redundant status code assertions from tests.
|
4 年之前 |
test_adminsite.py
|
043bd70942
Updated test URL patterns to use path() and re_path().
|
6 年之前 |
test_autocomplete_view.py
|
03d0f12c82
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
|
4 年之前 |
test_forms.py
|
af33fb250e
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
|
7 年之前 |
test_history_view.py
|
9ef0394b54
Fixed typo in tests/admin_views/test_history_view.py test name.
|
4 年之前 |
test_multidb.py
|
2a2ea4ee18
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
|
5 年之前 |
test_nav_sidebar.py
|
d915dd1c58
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
|
4 年之前 |
test_templatetags.py
|
e43c34d10d
Added tests for date_hierarchy template tag with models.DateTimeField.
|
5 年之前 |
tests.py
|
4e5bbb6ef2
Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
|
3 年之前 |
urls.py
|
ba31b01034
Fixed #31747 -- Fixed model enumeration via admin URLs.
|
4 年之前 |
views.py
|
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
|
4 年之前 |