1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00
django/django/forms
2024-01-26 12:45:07 +01:00
..
jinja2/django/forms Refs #32819 -- Established relationship between form fieldsets and their help text. 2023-11-17 08:12:36 +01:00
templates/django/forms Refs #32819 -- Established relationship between form fieldsets and their help text. 2023-11-17 08:12:36 +01:00
__init__.py
boundfield.py Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for the field. 2023-11-16 12:23:42 +01:00
fields.py Fixed #32923 -- Refactored out Field._clean_bound_field(). 2024-01-23 09:47:31 +01:00
forms.py Fixed #32923 -- Refactored out Field._clean_bound_field(). 2024-01-23 09:47:31 +01:00
formsets.py Fixed #34532 -- Made formset_factory() respect Form's default_renderer. 2023-07-24 09:09:53 +02:00
models.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
renderers.py
utils.py
widgets.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00