1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/view_tests/tests
2024-10-16 11:52:22 +02:00
..
__init__.py
test_csrf.py Removed hardcoded docs version in csrf template. 2024-05-21 11:03:39 +02:00
test_debug.py Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return default_urlconf(). 2024-08-23 18:07:47 +02:00
test_defaults.py Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily. 2024-04-12 10:37:28 +02:00
test_i18n.py Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. 2024-10-16 11:52:22 +02:00
test_json.py Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. 2024-10-16 11:52:22 +02:00
test_specials.py
test_static.py Refs #34342 -- Added tests for handling sync streaming responses by test client. 2023-02-17 10:48:00 +01:00