| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
SplitDateTimeWidget subwidgets.
Thanks Tim Graham and Nick Pope for review.
|
|
|
|
|
|
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.
|
|
|
|
|