django/docs/topics/forms
Jon Dufresne e5273bc92b [3.1.x] Removed forms-MAX_NUM_FORMS POST data in docs
The field is ignored server-side and only exists as a client-side
convenience. Removing it slightly simplifies the documentation and
avoids some distractions.

Added note:: for MIN_NUM_FORMS/MAX_NUM_FORMS in
Understanding the management form section.

Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>

Backport of d3b3eb860d from master
2020-12-23 17:19:00 +01:00
..
formsets.txt [3.1.x] Removed forms-MAX_NUM_FORMS POST data in docs 2020-12-23 17:19:00 +01:00
index.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
media.txt Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 2019-12-11 09:49:54 +01:00
modelforms.txt [3.1.x] Fixed #32199 -- Doc'd JSONField in ModelForm field mapping. 2020-11-17 09:01:13 +01:00