Skip to content

Xof/django-pglocks

Repository files navigation

django-pglocks

This package has been consolidated into django-pg-utils.

Install django-pg-utils and update your imports:

# Old:
from django_pglocks import advisory_lock

# New:
from django_pg_utils.locks import advisory_lock

This package (2.1.0) is a compatibility shim that re-exports from django-pg-utils. It will not receive further updates.

About

PostgreSQL locking context managers and functions for Django.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages