django/docs/ref/forms
Carlton Gibson fde946daff Refs #32339 -- Restructured outputting HTML form docs.
In the topic doc, promoted the Reusable form templates section.

In the reference, re-grouped and promoted the default __str__()
rendering path, and then gathered the various as_*() helpers
subsequently.

Thanks to David Smith for review.
2022-05-04 11:52:48 +02:00
..
api.txt Refs #32339 -- Restructured outputting HTML form docs. 2022-05-04 11:52:48 +02:00
fields.txt Fixed #33658 -- Doc'd ModelChoiceField.blank attribute. 2022-05-03 14:23:00 +02:00
formsets.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
index.txt Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
models.txt Fixed #26142 -- Allowed model formsets to prevent new object creation. 2022-01-27 20:45:21 +01:00
renderers.txt Refs #32339 -- Allowed renderer to specify default form and formset templates. 2022-04-27 10:21:04 +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 #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00