various fixes

This commit is contained in:
Maxim Kurnikov
2019-01-05 21:13:23 +03:00
parent 049bb4bfd4
commit 5ba0bbe0b7
13 changed files with 104 additions and 87 deletions

View File

@@ -2,3 +2,4 @@ def CASCADE(collector, field, sub_objs, using): ...
def SET_NULL(collector, field, sub_objs, using): ...
def SET_DEFAULT(collector, field, sub_objs, using): ...
def DO_NOTHING(collector, field, sub_objs, using): ...
def PROTECT(collector, field, sub_objs, using): ...