| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
This code added in 45e049937d2564d11035827ca9a9221b86215e45
is no longer necessary to pass the model_formsets_regress tests
as of 5e2c4a4bd1f86962842783e0b42ada7b9c14c247.
|
|
|
|
|
|
|
|
There's absolutely no advantage [and a mild performance hit] to using six.iter*
in these cases.
|
|
templates.
|
|
Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.
In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True.
|
|
templates.
|
|
|
|
Thanks Carsten Fuchs for the report.
|
|
Thanks Marcin Wrobel for the initial patch.
|
|
|
|
|
|
|
|
defaults.
|
|
|
|
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
timeline.
refs #8898
|
|
|
|
|
|
#18659.
|
|
timeline.
refs #17627.
|
|
|
|
This is a security fix. Disclosure following shortly.
Thanks Keryn Knight for the report and initial patch.
|
|
|