| Age | Commit message (Collapse) | Author |
|
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
|
|
an unsaved parent object.
Thanks Anton Kuzmichev for the report and Tim for the review.
|
|
|
|
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
|
|
modelform_factory forms.
|
|
|
|
Thanks Luke Crouch for the report and Simon Charette for the review.
|
|
required=False.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a regression introduced by 871440361.
|
|
installed.
|
|
This fixes a regression from refs #25496.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking
exceptions on Python 2" and added a regression test.
This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
|
|
Too much field exclusions in form's construct_instance() in _post_clean()
could lead to some unexpected missing ForeignKey values.
Fixes a regression from 45e049937. Refs #13776.
|
|
|
|
|
|
|
|
|
|
|
|
when constructing the model instance.
Thanks Loïc Bistuer for review and advice.
|
|
Unused since efb0100ee67931329f17bc9988ecd5f0619cea14.
|
|
As of b11564fd36587b1077bf7d77b62b7879cc08c382 it's no longer
used elsewhere in Django and it isn't a documented public API.
Thanks Simon Charette for review.
|
|
form with UUIDField pk.
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
Thanks Keryn Knight and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
The spirit of the docstring was correct, but referred to an outdated version of the function.
|
|
|
|
|
|
Fixed #18166 -- Added ability to pass kwargs to the form constructor in a formset.
|
|
|
|
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.
|