| Age | Commit message (Collapse) | Author |
|
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
|
|
Backport of 80f5a4d87a6068efe7c04bd9436f0293fbbb4db3 from master
|
|
CheckboxSelectMultiple.
Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master
|
|
Backport of 8d233a2132c20d85f4e863a3eb62168f667c45df from master
|
|
docs/topics/forms/formsets.txt.
Thanks Kifsif for the suggestion.
Backport of 8110673aafd48e9345c17458638c10fb12ab4f2a from master
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master
|
|
model forms.
Backport of 4bc6b939944183533ae74791d21282e613f63a96 from master
|
|
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
|
|
Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
|
|
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
|
|
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
inlineformset_factory examples.
|
|
|
|
Thanks ajenhl Trac user for the report.
|
|
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197
|
|
|
|
|
|
Documentation for rendering form fields manually is now updated to use fields id_for_label instead of hardcoded values with additional mention of label_tag for alternative generation of complete label tag.
|
|
|
|
|
|
|