| Age | Commit message (Collapse) | Author |
|
Backport of d9c083cfee853272ded14c6c87623e910c9e81c4 from master
|
|
model forms.
Backport of 4bc6b939944183533ae74791d21282e613f63a96 from master
|
|
when initial data exists.
Backport of fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64 from master
|
|
with RadioSelect.
Backport of c5ebfda00226e3695cadbc13ea9ce4c5951d3ed0 from master
|
|
attributes.
Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master
|
|
Backport of 4e861682904744b0ea3ead8552513c6f1a826c5a from master
|
|
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.
Backport of a5f85d891b51d7ceb4f9e422e3e4f5c741062288 from master
|
|
Backport of 76e19da5b0385d4f8afda509e0b60f77f7ffc4c2 from master
|
|
ModelChoiceIterator.
Regression in 86573861a95e5a47dc7ff906443117d75b73dca1
|
|
|
|
RendererMixin will soon be removed but this removal and the corresponding
test changes stand on their own.
|
|
inline formsets.
|
|
|
|
|
|
form/model fields.
|
|
fields.
|
|
set.
|
|
|
|
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
|
|
|
|
|
|
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
|
|
an unsaved parent object.
Thanks Anton Kuzmichev for the report and Tim for the review.
|
|
|
|
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
|
|
modelform_factory forms.
|
|
|
|
Thanks Luke Crouch for the report and Simon Charette for the review.
|
|
required=False.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a regression introduced by 871440361.
|
|
installed.
|
|
This fixes a regression from refs #25496.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking
exceptions on Python 2" and added a regression test.
This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
|
|
Too much field exclusions in form's construct_instance() in _post_clean()
could lead to some unexpected missing ForeignKey values.
Fixes a regression from 45e049937. Refs #13776.
|
|
|
|
|
|
|
|
|
|
|