mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Added backticks to code literals in various docs.
This commit is contained in:
parent
593829a5ab
commit
550297d20d
7 changed files with 12 additions and 10 deletions
|
@ -153,7 +153,7 @@ protects against memory exhaustion attacks using forged ``POST`` requests::
|
|||
>>> formset.non_form_errors()
|
||||
['Please submit at most 1000 forms.']
|
||||
|
||||
When ``absolute_max`` is None, it defaults to ``max_num + 1000``. (If
|
||||
When ``absolute_max`` is ``None``, it defaults to ``max_num + 1000``. (If
|
||||
``max_num`` is ``None``, it defaults to ``2000``).
|
||||
|
||||
If ``absolute_max`` is less than ``max_num``, a ``ValueError`` will be raised.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue