1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/forms_tests
Gregor Jerše 10725a3187 Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Co-authored-by: Demetris Stavrou <demestav@gmail.com>
Co-authored-by: David Smith <smithdc@gmail.com>
2023-08-01 06:08:04 +02:00
..
field_tests Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:16:55 +02:00
jinja2/forms_tests
templates/forms_tests Fixed #34077 -- Added form field rendering. 2023-03-24 10:16:30 +01:00
templatetags Refs #33134, Refs #34077 -- Adjusted form rendering recursion test. 2023-03-21 15:12:56 +01:00
tests Fixed #32820 -- Added aria-invalid="true" to fields with errors. 2023-08-01 06:08:04 +02:00
widget_tests Refs #34655 -- Made cosmetic edits to RadioSelect tests. 2023-07-31 20:17:10 +02:00
__init__.py
models.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00