Loading django/db/backends/__init__.py +3 −2 Original line number Diff line number Diff line Loading @@ -390,9 +390,10 @@ class BaseDatabaseWrapper(object): def disable_constraint_checking(self): """ Backends can implement as needed to temporarily disable foreign key constraint checking. constraint checking. Should return True if the constraints were disabled and will need to be reenabled. """ pass return False def enable_constraint_checking(self): """ Loading Loading
django/db/backends/__init__.py +3 −2 Original line number Diff line number Diff line Loading @@ -390,9 +390,10 @@ class BaseDatabaseWrapper(object): def disable_constraint_checking(self): """ Backends can implement as needed to temporarily disable foreign key constraint checking. constraint checking. Should return True if the constraints were disabled and will need to be reenabled. """ pass return False def enable_constraint_checking(self): """ Loading