| Age | Commit message (Collapse) | Author |
|
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
|
|
Backport of 075e93c16a82ba7869a0b2d572e99fdbd0724042 and
93d07701045c242f81396016ab4ae15ba63a55d9 from master
|
|
Backport of 757aefc12b79bac1bab730ac465fbfd3f810b61d from master
|
|
Backport of 0d83052e52ddfe99c214be7ffca348a3c8feaef5 from master
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
Thanks Tim Graham for the review and edits.
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
|
|
|
|
|
|
|
|
SplitDateTimeWidget.
|
|
|
|
fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
Thanks blueyed for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
values.
Thanks danielsamuels for the report
|
|
`django.forms.extras.widets.SelectDateWidget`
Thanks danielsamuels for the report
|
|
|
|
|
|
|
|
|
|
Thanks Siecje.
|
|
This is consistent with Python's official documentation
and it's a sphinx recommendation too[1].
[1] http://sphinx-doc.org/markup/desc.html#dir-method
Refs #21855.
|
|
Reviewed by Trac alias MarkusH.
|
|
|
|
In `BoundField.__iter__`, the widget's id attribute is now passed to
each subwidget. A new id_for_label property was added to ChoiceInput.
|
|
|
|
|
|
Thanks littlepig for the suggestion.
|
|
|
|
Refs #20104.
|
|
I refactored RadioSelect and CheckboxSelectMultiple to
make them inherit from a base class, allowing them to share
the behavior of being able to iterate over their subwidgets.
Thanks to Matt McClanahan for the initial patch and to
Claude Paroz for the review.
|
|
|