{"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"],"install":[{"cmd":"pip install django-concurrency","imports":["from concurrency import NAME","from concurrency import VERSION"]}],"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"},"provenance":{"verified_status":"passing","verified_at":"Tue Jun 30","last_verified":"Tue Jun 30","next_check":"Thu Jul 30","install_tag":null}}