django/tests/view_tests
Thibaud Colas a1215a3237 Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.
- Add lang attribute.
- Use the same text for the page’s main heading, and title.
- Add underlines for all links in copy.
- Stop using h2 for link to the Django page.
- Use h1 for the main heading.
- Remove useless type attribute on style element.
- Remove grey text that fails contrast checks.
- Use a shade of grey that passes AAA contrast requirements.
- Stop using h4 for footer links.
- Add full stop in block-level links so VoiceOver correctly pauses
  between runs of text.
- Hide main artwork for screen reader users.
- Update SVG icons markup to be screen-reader friendly.
- Switch options to be block-level links.
- Remove unused markup.
2020-11-20 19:18:07 +01:00
..
app0
app1
app2
app3
app4
app5
locale Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the catalog. 2019-01-28 21:04:36 +01:00
media Completed test coverage of views.static.directory_name(). 2018-10-23 20:44:27 -04:00
templates Fixed #32105 -- Added template paths as ExceptionReporter class attributes. 2020-10-15 13:56:15 +02:00
templatetags Refs #23919 -- Removed a Python 2 code path in force_text(). 2017-02-03 19:38:33 -05:00
tests Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page. 2020-11-20 19:18:07 +01:00
__init__.py Refs #23919 -- Removed a Python 2 code path in force_text(). 2017-02-03 19:38:33 -05:00
default_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
generic_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
models.py Removed unused __str__() methods in tests models. 2020-04-15 20:20:32 +02:00
regression_21530_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
urls.py Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. 2020-09-09 09:04:28 +02:00
views.py Fixed #32105 -- Added template paths as ExceptionReporter class attributes. 2020-10-15 13:56:15 +02:00