| Age | Commit message (Collapse) | Author |
|
Regression in e44e8327d3d88d86895735c0e427102063ff5b55.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
InlineForeignKeyField.
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|