django-concurrency
django-concurrency copied to clipboard
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
Results
12
django-concurrency issues
Sort by
recently updated
recently updated
newest added
Is there any interest in adding smart conflict detection to this? The way it could work is, if it detects the version number doesn't match, go ahead and check the...
PEP 639 defines a specification how licenses can be added to python projects. Without the correct markers, the license cannot automatically be tested for Open Source compatibility. Please have a...