django/tests/admin_views
Claude Paroz 0adfba968e Fixed #29578 -- Made numberformat.format() honor forced l10n usage.
Thanks Sassan Haradji for the report.
2018-07-19 16:44:40 -04:00
..
templates
__init__.py
admin.py Fixed #29487 -- Accounted for object level permissions when calculating change view's read-only fields. 2018-06-15 21:54:22 -04:00
custom_has_permission_admin.py
customadmin.py
forms.py
models.py
test_actions.py Fixed #29578 -- Made numberformat.format() honor forced l10n usage. 2018-07-19 16:44:40 -04:00
test_adminsite.py
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
test_static_deprecation.py
test_templatetags.py
tests.py Refs #27398 -- Simplified some tests with assertRedirects(). 2018-06-20 14:08:56 -04:00
urls.py Fixed #29487 -- Accounted for object level permissions when calculating change view's read-only fields. 2018-06-15 21:54:22 -04:00
views.py