diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-17 13:27:08 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-18 09:37:15 +0200 |
| commit | 3254991762b49cfbeb8434842c19bbbad87cd9c6 (patch) | |
| tree | 7b3665326a1e8375fb72870654e71107d84d56ea /docs/releases | |
| parent | 13704b057d3c77d9442a150f79d8fad34bcdb995 (diff) | |
Refs #20347 -- Allowed customizing the maximum number of instantiated forms in generic_inlineformset_factory().
Follow up to 433dd737f94b09043f64b873b0ac067b3f97364b.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.2.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 65a2e6dc99..1acea66cff 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -85,7 +85,10 @@ Minor features :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The new ``absolute_max`` argument for + :func:`~django.contrib.contenttypes.forms.generic_inlineformset_factory` + allows customizing the maximum number of forms that can be instantiated when + supplying ``POST`` data. See :ref:`formsets-absolute-max` for more details. :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
