Skip to content

Commit 133a8e1

Browse files
committed
update docs
1 parent 079a6a5 commit 133a8e1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Other projects that handle concurrent editing are `django-optimistic-lock`_ and
4646
* manage concurrency conflicts in admin's actions
4747
* can intercept changes performend out of the django app (ie using pgAdmin, phpMyAdmin, Toads) (using `TriggerVersionField`_)
4848
* can be disabled if needed (see `disable_concurrency`_)
49+
* `ConditionalVersionField`_ to handle complex business rules
50+
4951

5052
Links
5153
~~~~~
@@ -90,6 +92,8 @@ _list-editable: https://django-concurrency.readthedocs.org/en/latest/admin.html#
9092

9193
.. _TriggerVersionField: https://django-concurrency.readthedocs.org/en/latest/fields.html#triggerversionfield
9294

95+
.. _ConditionalVersionField: https://django-concurrency.readthedocs.org/en/latest/fields.html#conditionalversionfield
96+
9397
.. _disable_concurrency: https://django-concurrency.readthedocs.org/en/latest/api.html?#disable-concurrency
9498

9599
.. [1] http://en.wikipedia.org/wiki/Optimistic_concurrency_control

docs/fields.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ example
8686
default concurrency_concurrency_triggerconcurrentmodel_u
8787
8888
89+
.. _concurrency.fields.ConditionalVersionField:
90+
91+
8992
ConditionalVersionField
9093
-----------------------
9194

0 commit comments

Comments
 (0)