diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/4.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index fa5990393b..a9e6d71cd1 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -292,6 +292,11 @@ Forms attributes help to identify widgets where its inputs should be grouped in a ``<fieldset>`` with a ``<legend>``. +* The :ref:`formsets-error-messages` argument for + :class:`~django.forms.formsets.BaseFormSet` now allows customizing + error messages for invalid number of forms by passing ``'too_few_forms'`` + and ``'too_many_forms'`` keys. + Generic Views ~~~~~~~~~~~~~ |
