| Age | Commit message (Collapse) | Author |
|
fields_for_model().
|
|
|
|
instances.
|
|
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
boolean syntax.
|
|
http://bugs.python.org/issue27364
|
|
|
|
|
|
|
|
|
|
|
|
RadioSelect.
|
|
|
|
Partially reverted refs #25532 to fix a regression in Django 1.10.
This reintroduces a crash for disabled forms.JSONField (refs #26949),
however, that issue is also present on Django 1.9.
Thanks Ryan Schave for the test.
|
|
Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc.
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
ModelChoiceIterator.
Regression in 86573861a95e5a47dc7ff906443117d75b73dca1
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
|
|
fields.
|
|
|
|
modelform_factory forms.
|
|
Thanks Luke Crouch for the report and Simon Charette for the review.
|
|
required=False.
|
|
|
|
|
|
Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking
exceptions on Python 2" and added a regression test.
This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
|
|
|
|
when constructing the model instance.
Thanks Loïc Bistuer for review and advice.
|
|
form with UUIDField pk.
|
|
ForeignKey/OneToOneField
|
|
|
|
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
|
|
Fixes commit 8714403614.
|
|
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.
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
|
|
|
|
This is a security fix. Disclosure following shortly.
Thanks Keryn Knight for the report and initial patch.
|
|
|
|
Also added a unit test wit the simpler syntax which we have documented,
where the dictionary values are strings.
|
|
|
|
Custom form fields having a `queryset` attribute but no
`limit_choices_to` could no longer be used in ModelForms.
Refs #2445.
Thanks to artscoop for the report.
|
|
|
|
|