| Age | Commit message (Collapse) | Author |
|
|
|
Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking
exceptions on Python 2" and added a regression test.
This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
|
|
|
|
|
|
|
|
|
|
This is preparation for landing the template-based widget rendering
patch and goes a long way to making these tests more useful for future
development. The old doctest heritage is strong here.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
Thanks Carsten Fuchs for the report.
|
|
Thanks Marcin Wrobel for the initial patch.
|
|
That line was inconveniently introduced by the committer (me) in
3b966c2b73. Sorry!
|
|
|
|
|
|
Dropped the DJANGO_TEST_TEMP_DIR environment variable.
Before this change, proper removal depended on the developer passing
dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
|
|
|
|
|
|
Refs #15775.
|
|
|
|
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219.
|
|
|
|
|
|
timeline.
refs #8898
|