django/tests/view_tests/tests
Jon Dufresne d6aff369ad Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
2020-05-11 12:01:28 +02:00
..
__init__.py
test_csrf.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
test_debug.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
test_defaults.py Removed hardcoded pk in view_tests.tests.test_defaults. 2019-11-18 08:46:39 +01:00
test_i18n.py Capitalized Unicode in docs, strings, and comments. 2020-04-20 12:10:33 +02:00
test_json.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_specials.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_static.py Completed test coverage of views.static.directory_name(). 2018-10-23 20:44:27 -04:00