| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
empty_value when strip is enabled.
|
|
|
|
|
|
It makes it easier to debug MediaOrderConflictWarnings
(refs #28377).
|
|
CharField form field.
|
|
|
|
|
|
|
|
|
|
recursive=True.
|
|
deleted forms.
|
|
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
|
|
MultiWidget.
|
|
|
|
|
|
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.
|
|
|
|
context.
|
|
attrs.html widget template.
|
|
|
|
|
|
documented.
|
|
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
|
|
save_as_new.
Regression in 4a246a02bdcbc13b15480c014f51cb0682af7c1e.
|
|
non-grouped options.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
Regression in f5c6295797b8332134fd89e0209a18a1d1d45e0c.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
multiple_input.html.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
|
|
|
|
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.
|