| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
limit_choices_to.
|
|
multi-value relations.
|
|
|
|
|
|
for fields with blank=False.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
http://bugs.python.org/issue27364
|
|
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
required=False.
|
|
when constructing the model instance.
Thanks Loïc Bistuer for review and advice.
|
|
form with UUIDField pk.
|
|
ForeignKey/OneToOneField
|
|
Thanks Carsten Fuchs for the report.
|
|
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.
|
|
|
|
|
|
Also added a unit test wit the simpler syntax which we have documented,
where the dictionary values are strings.
|
|
|
|
and blank=True.
Thanks peterbe for the report.
|
|
widget
Per deprecation timeline; refs #9321.
|
|
refs #19934.
|
|
|
|
|
|
ForeignKey or ManyToManyField attribute ``limit_choices_to`` can now
be a callable that returns either a ``Q`` object or a dict.
Thanks michael at actrix.gen.nz for the original suggestion.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
This commit provides the tests for this issue but the actual problem was solved
by the ValidationError refactor in f34cfec and ee77d4b.
Refs #20199.
|
|
fields
|
|
This reverts commit 22b7870e40a3ecf022b423de6cd867dcb35a6940.
|