| Age | Commit message (Collapse) | Author |
|
Thanks Mariusz Felisiak for auditing.
|
|
docstring.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
deleted forms.
|
|
|
|
|
|
|
|
Regression in f5c6295797b8332134fd89e0209a18a1d1d45e0c.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
fields.
|
|
|
|
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.
|
|
templates.
|
|
|
|
|
|
FormSet.min_num and FormSet.extra.
Forwardport of 79f15ab1ef from stable/1.7.x
|
|
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks gsf for the suggestion.
|
|
Thanks PaulM for the suggestion and Luke Granger-Brown and
Wiktor Kołodziej for the initial patch.
|
|
local variables
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
BaseModelFormSet.forms is now a cached property instead of being
populated in the __init__ method. This behaviour also matches an
example in the documentation.
Thanks Thomasz Swiderski for the report and Simon Charette for the
review.
|
|
|
|
fields
|
|
Thanks to frog32 for the report and to Tim Graham for the review.
|
|
|
|
Updated FormSet.non_form_errors() to ensure full_clean() has
been called before returning the errors.
|