Skip to content

Commit 60d4c3c

Browse files
committed
updates docs
1 parent 72372b2 commit 60d4c3c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/faq.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ FAQ
99
.. contents::
1010
:local:
1111

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+
1228
.. _south_support:
1329

1430
South support ?

0 commit comments

Comments
 (0)