1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/view_tests/tests
Marijke Luttekes b9e2a3fc63 Fixed #35143 -- Improved accessibility of 404/500 debug pages.
This:
- changes the header, main, and footer content areas to be rendered
  in a <header>, <main>, and <footer> tags,
- adds scope attributes to <th>,
- uses <code> for a patterns list,
- uses <small> instead of <span>.
2024-01-31 12:26:00 +01:00
..
__init__.py
test_csrf.py Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts. 2023-12-04 10:52:06 +01:00
test_debug.py Fixed #35143 -- Improved accessibility of 404/500 debug pages. 2024-01-31 12:26:00 +01:00
test_defaults.py Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts. 2023-12-04 10:52:06 +01:00
test_i18n.py Fixed #34343 -- Moved built-in templates to filesystem. 2023-02-17 09:50:50 +01:00
test_json.py
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