File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,14 @@ Stop at the first conflict and raise :ref:`recordmodifiederror`. Note that if yo
92
92
.. seealso :: :ref:`list_editable`, :ref:`middleware`
93
93
94
94
95
- .. setting :: CONCURRECY_SANITY_CHECK
96
95
97
- SANITY_CHECK
98
- ------------
99
- .. versionchanged :: 0.7
96
+ .. setting :: CONCURRECY_MANUAL_TRIGGERS
100
97
101
- Default: `` False ``
102
-
103
- Deprecated. Starting from 0.7 has no effect and will be removed in 0.8
98
+ MANUAL_TRIGGERS
99
+ ---------------
100
+ .. versionadded :: 1.0
104
101
102
+ Default: ``False ``
105
103
106
- .. setting :: USE_SELECT_FOR_UPDATE
104
+ If false do not automatically create triggers, you can create them using :ref: `triggers `
105
+ management command or manually using your DB client.
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ class AppSettings(object):
46
46
"""
47
47
defaults = {
48
48
'ENABLED' : True ,
49
- 'SANITY_CHECK' : False ,
50
49
'MANUAL_TRIGGERS' : False ,
51
50
'FIELD_SIGNER' : 'concurrency.forms.VersionFieldSigner' ,
52
51
'POLICY' : CONCURRENCY_LIST_EDITABLE_POLICY_SILENT ,
You can’t perform that action at this time.
0 commit comments