django-planet
Feb. 28, 2020

Double-checked locking with Django ORM

published by Luke Plant
in blog Luke Plant
original entry Double-checked locking with Django ORM

How to implement the classic double-checked locking pattern with Django ORM/PostgreSQL.