| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
BaseModelFormSet._construct_form().
|
|
field_for_model() now has an additional keyword argument,
apply_limit_choices_to, allowing it to continue to be used to create
form fields dynamically after ModelForm.__init__() is called.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
save_as_new.
Regression in 4a246a02bdcbc13b15480c014f51cb0682af7c1e.
|
|
Thanks Tim Graham for the review.
|
|
Regression in 9153d8fbd6385db9f48793662de789fc3d686841.
|
|
InlineForeignKeyField/ModelMultipleChoiceField error messages.
|
|
queryset cache.
Thanks Luke Benstead for the report Simon Charettes for the fix.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
in data.
|
|
fields_for_model().
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
|
|
|
|
|
|
|
|
inline formsets.
|
|
fields.
|
|
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.
|
|
|
|
|
|
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 from refs #25496.
|
|
|
|
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.
|
|
|