mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-21 03:11:17 +08:00
add support for OneToOneField, more stubs
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
def CASCADE(collector, field, sub_objs, using):
|
||||
...
|
||||
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): ...
|
||||
|
||||
Reference in New Issue
Block a user