| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
|
|
|
|
linkcode ext.
Co-authored-by: David Smith <smithdc@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
Co-authored-by: David Smith <smithdc@gmail.com>
|
|
disabled.
|
|
Per deprecation timeline.
This also removes "django/forms/default.html" and
"django/forms/formsets/default.html" templates.
|
|
passed to form_kwargs.
|
|
template.
Thanks to Claude Paroz for the report.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
Co-authored-by: David Smith <smithdc@gmail.com>
|
|
|
|
|
|
This helps introspection, and it follows the comment in
BaseForm.__init__() to avoid changing base_fields.
Thanks to Silvio Gutierrez and Baptiste Mispelon for investigating.
|
|
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.
Co-authored-by: Johannes Hoppe <info@johanneshoppe.com>
|
|
|
|
|
|
Co-authored-by: Patryk Zawadzki <patrys@room-303.com>
|
|
Thanks Nick Pope for review and complement.
|
|
|
|
|
|
formsets.
|
|
Thanks to Dan Ward for the initial patch.
|
|
in formsets.
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
|
|
|
|
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.
|