We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72372b2 commit 60d4c3cCopy full SHA for 60d4c3c
docs/faq.rst
@@ -9,6 +9,22 @@ FAQ
9
.. contents::
10
:local:
11
12
+
13
14
+I use Django-Rest-Framework and |concurrency| seems do not work
15
+---------------------------------------------------------------
16
+Use :setting:`CONCURRENCY_IGNORE_DEFAULT` accordingly or be sure
17
+that serializer does not set `0` as default value
18
19
20
21
+Just added |concurrency| to existing project and it does not work
22
+-----------------------------------------------------------------
23
24
+Check that your records do not have `0` as version number
25
+and use :setting:`CONCURRENCY_IGNORE_DEFAULT` accordingly
26
27
28
.. _south_support:
29
30
South support ?
0 commit comments