saxix / django-concurrencyLinks
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
☆451Updated 2 months ago
Alternatives and similar repositories for django-concurrency
Users that are interested in django-concurrency are comparing it to the libraries listed below
Sorting:
- Django Model Field that uses Hashids to obscure the value☆372Updated last year
- Tracking dirty fields on a Django model☆642Updated 2 weeks ago
- Soft delete for Django ORM, with support for undelete.☆392Updated last month
- A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating ne…☆539Updated last year
- Generic drag-and-drop ordering for objects and tabular inlines in Django Admin☆568Updated 2 years ago
- Automatic logging for Django FSM☆243Updated this week
- A Django email backend that uses a celery task for sending the email.☆478Updated last year
- Utils to track requests to Django Rest Framework API views☆365Updated 2 years ago
- A transparent sorted ManyToMany field for django.☆520Updated 3 months ago
- Useful additions to Django's default TestCase☆624Updated 9 months ago
- Django extension to allow working with 'clusters' of models as a single unit, independently of the database☆506Updated 4 months ago
- Complex permissions flow for django-rest-framework (http://django-rest-framework.org).☆279Updated 6 years ago
- AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: ht…☆301Updated 4 months ago
- Easily translate "cheese omelet" into "omelette au fromage".☆711Updated 10 months ago
- Recursive Serialization for Django REST framework☆367Updated 9 months ago
- A Django app for easily adding object tools in the Django admin☆750Updated 2 months ago
- "Log in as user" for the Django admin.☆369Updated last week
- collection of useful django actions to use with ModelAdmin or AdminSite.