{"library":"django-concurrency","type":"library","category":null,"description":"django-concurrency provides an optimistic locking mechanism for Django models, preventing concurrent editing of database records. It allows multiple users to view and attempt to edit the same record simultaneously, but only the first successful save is committed, while subsequent saves raise an error, notifying the user of the conflict. The current version is 2.8.1, actively maintained with releases tied to Django's lifecycle and Python version support.","language":"python","status":"active","version":"2.8.1","tags":["django","optimistic-lock","concurrency","orm"],"last_verified":"Tue May 26","install":[{"cmd":"pip install django-concurrency","imports":["from concurrency.fields import IntegerVersionField","from concurrency.mixins import ConcurrentUpdateMixin","from concurrency.admin import ConcurrentModelAdmin","from concurrency.exceptions import RecordModifiedError"]}],"homepage":null,"github":"https://github.com/saxix/django-concurrency","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-concurrency/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.8,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-concurrency/compatibility"}}