Skip to content

Releases: vikingco/django-db-locking

Support django 2.0 and 2.1

07 Nov 09:28
Compare
Choose a tag to compare
2.0.8

Bump version to 2.0.8

2.0.7: Merge pull request #44 from vikingco/fix-pip

16 Apr 06:59
9c77c55
Compare
Choose a tag to compare

Additional migration cleanup

08 Dec 14:06
7244736
Compare
Choose a tag to compare

This fixes a problem where Django codebases using this library would find ungenerated migrations in the locking app.

Miscellaneous cleanup

07 Dec 14:28
ab5c1b1
Compare
Choose a tag to compare
  • Cleanup after squashed migration
  • Some docstring style improvements
  • flake8 fixes
  • Clarify incompatibility with Django 2.0 and up

2.0.4

04 Oct 14:14
Compare
Choose a tag to compare
Adds missing migration for wrong default values (#41)

2.0.3: Support for MySQL/MariaDB with utf8mb4 encoding (#40)

04 Oct 12:28
Compare
Choose a tag to compare
* 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

19 Jun 09:54
Compare
Choose a tag to compare

document and test LOCK_MAX_AGE

2.0.1

08 Jun 11:18
Compare
Choose a tag to compare

Modernizer compatibility Python 2 and 3

2.0.0: Merge pull request #34 from vikingco/pre-django-1.8-merge-master

16 May 14:54
Compare
Choose a tag to compare

1.1.5

16 May 12:55
Compare
Choose a tag to compare

0976bbf
pre-django-1.8-merge-master