| Age | Commit message (Collapse) | Author |
|
in data.
|
|
fields_for_model().
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
instances.
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
boolean syntax.
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
|
|
|
|
Follow up to fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64.
|
|
initial data exists.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
ModelChoiceIterator.
Regression in 86573861a95e5a47dc7ff906443117d75b73dca1
|
|
Previously, empty values were saved as strings.
|
|
|
|
|
|
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.
|