mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is set.
This commit is contained in:
@@ -256,6 +256,9 @@ Forms
|
||||
* Form and widget ``Media`` is now served using
|
||||
:mod:`django.contrib.staticfiles` if installed.
|
||||
|
||||
* The ``<input>`` tag rendered by :class:`~django.forms.CharField` now includes
|
||||
a ``minlength`` attribute if the field has a ``min_length``.
|
||||
|
||||
Generic Views
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user