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 ↑800% vs prev 7d
total hits 14
actors 6 distinct systems
last hit 2d ago ByteDance
top countries 🇺🇸 United States · 🇨🇦 Canada · 🇸🇬 Singapore · 🇫🇷 France · 🇩🇪 Germany
API endpoints
full doc /v1/registry/django-concurrency
compatibility /v1/registry/django-concurrency/compatibility