| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks velle for the report.
|
|
default for admin
Thanks to sehmaschine for the report and to Tim Graham for the review.
|
|
|
|
|
|
|