| Age | Commit message (Collapse) | Author |
|
model formsets.
Backport of 28dac56aed1c8c9923b52a1ac3606996f9820b30 from master
|
|
Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master
|
|
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
|
|
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|