Django Nonaktifkan Pemeriksaan Kunci Asing Sementara
from django.db import connection
with connection.constraint_checks_disabled():
do_stuff()
Salik Sheraz
from django.db import connection
with connection.constraint_checks_disabled():
do_stuff()