| Age | Commit message (Collapse) | Author |
|
attributes.
Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master
|
|
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
|
|
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.
|
|
Thanks diegueus9 for the report and itsallvoodoo for the draft patch.
|
|
Refs #16630.
|
|
Refs #16630.
|
|
Added -n to sphinx builds to catch issues going forward.
|
|
|
|
|
|
the value_from_datadict method.
|
|
|