1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/forms_tests
Nick Pope baf705f34a Refs #34986 -- Fixed some test assertions for PyPy.
These failures were due to minor inconsistencies or implementation
differences between CPython and PyPy.
2023-11-28 06:19:38 +01:00
..
field_tests Refs #34986 -- Fixed some test assertions for PyPy. 2023-11-28 06:19:38 +01: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 Refs #32819 -- Established relationship between form fieldsets and their help text. 2023-11-17 08:12:36 +01:00
widget_tests Refs #34986 -- Fixed some test assertions for PyPy. 2023-11-28 06:19:38 +01:00
__init__.py
models.py
urls.py
views.py