Django Concurrency
JSON →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.
Traffic · last 30 days stale · no recent hits
total hits 20
actors 5 distinct systems
last hit 17d ago human
top countries 🇺🇸 United States · 🇸🇬 Singapore · 🇨🇦 Canada · VN · 🇩🇪 Germany
API endpoints
full doc /v1/registry/django-concurrency
compatibility /v1/registry/django-concurrency/compatibility