Skip to content

Tags: vikingco/django-db-locking

Tags

2.0.8

Toggle 2.0.8's commit message
Bump version to 2.0.8

2.0.7

Toggle 2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from vikingco/fix-pip

Use correct paths for PIP 10

2.0.6

Toggle 2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from vikingco/VD-688/fix-locking

VD-688: Fix django-db-locking migrations

2.0.5

Toggle 2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from vikingco/VD-775/timezone-support

VD-775: Ensure we get no timezone awareness warnings

2.0.4

Toggle 2.0.4's commit message
Adds missing migration for wrong default values (#41)

2.0.3

Toggle 2.0.3's commit message
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

Toggle 2.0.2's commit message
Merge pull request #36 from vikingco/VD-463/automatic-unlock-updates

VD-463: document and test LOCK_MAX_AGE

2.0.1

Toggle 2.0.1's commit message
Update __init__.py

2.0.01

Toggle 2.0.01's commit message
Update __init__.py

2.0.0

Toggle 2.0.0's commit message
Merge pull request #34 from vikingco/pre-django-1.8-merge-master

Trying to merge the branches