0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/docs/ref/forms
David Smith 456466d932 Fixed #31026 -- Switched form rendering to template engine.
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.

Co-authored-by: Johannes Hoppe <info@johanneshoppe.com>
2021-09-20 15:50:18 +02:00
..
api.txt Fixed #31026 -- Switched form rendering to template engine. 2021-09-20 15:50:18 +02:00
fields.txt Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice. 2021-01-26 09:31:53 +01:00
formsets.txt Fixed #31026 -- Switched form rendering to template engine. 2021-09-20 15:50:18 +02:00
index.txt Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
models.txt Fixed #31026 -- Switched form rendering to template engine. 2021-09-20 15:50:18 +02:00
renderers.txt Fixed #31026 -- Switched form rendering to template engine. 2021-09-20 15:50:18 +02:00
validation.txt Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
widgets.txt Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags. 2021-08-27 06:14:01 +02:00