Skip to content

Repository files navigation

django-pglocks

This package is deprecated. Its functionality has moved to django-pgware.

pip install django-pgware
# Old:
from django_pglocks import advisory_lock

# New (django-pgware installs as `django-pgware`, imports as `django_pg_utils`):
from django_pg_utils import advisory_lock

This package (2.1.0) is a final compatibility shim: it depends on django-pgware and re-exports advisory_lock/async_advisory_lock with a DeprecationWarning. It will not receive further updates.

About

PostgreSQL locking context managers and functions for Django.

Resources

Stars

111 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages