Feb. 28, 2020

Double-checked locking with Django ORM

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