Releases: vikingco/django-db-locking
Releases · vikingco/django-db-locking
Support django 2.0 and 2.1
2.0.7: Merge pull request #44 from vikingco/fix-pip
Use correct paths for PIP 10
Additional migration cleanup
This fixes a problem where Django codebases using this library would find ungenerated migrations in the locking
app.
Miscellaneous cleanup
- Cleanup after squashed migration
- Some docstring style improvements
- flake8 fixes
- Clarify incompatibility with Django 2.0 and up
2.0.4
2.0.3: Support for MySQL/MariaDB with utf8mb4 encoding (#40)
* Change max length on NonBlockingLock model field 'locked_object' * Squash migrations Warning: This commit might not be 100% backwards compatible with your data. In case the locked_object field has a longer value, it will be truncated.
2.0.2
2.0.1
2.0.0: Merge pull request #34 from vikingco/pre-django-1.8-merge-master
Trying to merge the branches