1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.

This commit is contained in:
David Smith
2020-02-13 22:12:46 +00:00
committed by Mariusz Felisiak
parent 8fe2447a01
commit 27746ab28a
4 changed files with 82 additions and 6 deletions

View File

@@ -270,6 +270,9 @@ Forms
now uses ``DATE_INPUT_FORMATS`` in addition to ``DATETIME_INPUT_FORMATS``
when converting a field input to a ``datetime`` value.
* :attr:`.MultiWidget.widgets` now accepts a dictionary which allows
customizing subwidget ``name`` attributes.
Generic Views
~~~~~~~~~~~~~