File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
5052Links
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
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ example
8686 default concurrency_concurrency_triggerconcurrentmodel_u
8787
8888
89+ .. _concurrency.fields.ConditionalVersionField :
90+
91+
8992ConditionalVersionField
9093-----------------------
9194
You can’t perform that action at this time.
0 commit comments