Posts tagged with "atomic"

There are a total of 1 posts.

transaction.on_commit() 완전 이해 가이드

Published 4월 20, 2025 by whitedec

Django의 transaction.on_commit() 메서드를 깊이 이해하고 사용하는 방법을 소개합니다. 트랜잭션 커밋 이후에만 실행되는 콜백 처리의 실전 예제와 주의점을 담은 가이드입니다.

#django , #transaction , #on_commit , #atomic