| Age | Commit message (Collapse) | Author |
|
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
|
|
Regression in 9153d8fbd6385db9f48793662de789fc3d686841.
Backport of 216bb2e8fbc3cb37615bbd70edaa73287acdca81 from master
|
|
Backport of 2767ef3ca7 from master
|
|
share a queryset cache.
Thanks Luke Benstead for the report Simon Charettes for the fix.
Backport of 44f9241c48e28823b140bc4ec7515f5a88b88c32 from master
|
|
template widget rendering.
Backport of 6d8979f4c2fbfb9fd5db92acd72489cbbcbdd5d1 from master
|
|
non-empty first value.
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
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.
|
|
|