| Age | Commit message (Collapse) | Author |
|
Backport of 3f237c1a5b936a9b85304cffbf3343f491e395d6 from master
|
|
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Kifsif for the suggestion.
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
boolean syntax.
|
|
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
|
|
|
|
fields.
|
|
|
|
|
|
objects.
|
|
|
|
|
|
|
|
|
|
installed.
|
|
|
|
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
By specifying form_kwargs when instantiating the formset, or overriding
the `get_form_kwargs` method on a formset class, you can pass extra
keyword arguments to the underlying `Form` instances.
Includes tests and documentation update.
|
|
|
|
|
|
|
|
|
|
Thanks to knbk for the report.
|
|
|
|
|
|
|
|
|
|
|
|
Added links to the Form/Model table to the field reference docs to
point to their individual field references
|