Skip to content

Commit 72372b2

Browse files
committed
fixes docs pagination
1 parent 49d892e commit 72372b2

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

docs/settings.rst

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
Settings
66
========
77

8-
Available settings
9-
==================
10-
118
Here's a full list of all available settings, in alphabetical order, and their
129
default values.
1310

@@ -69,6 +66,24 @@ while passing into the context the object that is going to be saved (``target``)
6966
.. seealso:: :ref:`middleware`
7067

7168

69+
70+
.. setting:: CONCURRENCY_IGNORE_DEFAULT
71+
72+
IGNORE_DEFAULT
73+
--------------
74+
.. versionadded:: 1.2
75+
76+
Default: ``True``
77+
78+
Determines whether a default version number is ignored or used in a concurrency check. While this
79+
configuration defaults to True for backwards compatibility, this setting can cause omitted version
80+
numbers to pass concurrency checks. New implementations are recommended to set this to ``False``.
81+
82+
.. note:: For security reasons, starting from version 1.5, default value will be ``False``.
83+
84+
85+
86+
7287
.. setting:: CONCURRECY_MANUAL_TRIGGERS
7388

7489
MANUAL_TRIGGERS
@@ -82,6 +97,7 @@ If false do not automatically create triggers, you can create them using :ref:`t
8297

8398

8499

100+
85101
.. setting:: CONCURRENCY_POLICY
86102

87103
POLICY
@@ -94,25 +110,14 @@ Default: ``CONCURRENCY_LIST_EDITABLE_POLICY_SILENT``
94110

95111
.. setting:: CONCURRENCY_IGNORE_DEFAULT
96112

97-
IGNORE_DEFAULT
98-
--------------
99-
.. versionadded:: >1.2
100-
101-
Default: ``True``
102-
103-
Determines whether a default version number is ignored or used in a concurrency check. While this
104-
configuration defaults to True for backwards compatibility, this setting can cause omitted version
105-
numbers to pass concurrency checks. New implementations are recommended to set this to ``False``.
106-
107-
.. note:: For security reasons, starting from version 1.5, default value will be ``False``.
108-
109113

110114
``CONCURRENCY_LIST_EDITABLE_POLICY_SILENT``
111115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112116
Used by admin's integrations to handle ``list_editable`` conflicts.
113117
Do not save conflicting records, continue and save all non-conflicting records,
114118
show a message to the user
115119

120+
116121
``CONCURRENCY_LIST_EDITABLE_POLICY_ABORT_ALL``
117122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118123
Used by admin's integations to handle ``list_editable``.

0 commit comments

Comments
 (0)