| Age | Commit message (Collapse) | Author |
|
|
|
timeline.
|
|
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.
|
|
|
|
|
|
Thanks Simon Charette for his help on the patch. Refs #16630.
|