原文:Django - set ForeignKey deferrable foreign key constraint in SQLite3
I seem to be stuck with creating an initialy deferrable foreign key relationship between two models in Django and using SQLite3 as my backend storage. Consider this simple example. This is what ...