Skip to content

Releases: Opus10/django-pglock

1.6.2

14 Sep 00:29
823070e
Compare
Choose a tag to compare

Fixes

1.6.1

07 Sep 22:20
4cafb0b
Compare
Choose a tag to compare

Trivial

  • Improve type-checking for public interface by @max-muoto in #14.

1.6.0

25 Aug 01:09
195e390
Compare
Choose a tag to compare

Features

  • Support transaction-level locks by @wesleykendall in #13.

    Use pglock.advisory(xact=True) for transaction-level advisory locks. Both context manager and functional invocations are supported.

Changes