Fixed typo in refs #15579 comment.
This commit is contained in:
parent
88d798d71a
commit
71c638fc55
|
@ -190,8 +190,7 @@ class Collector(object):
|
||||||
models, the one case in which the cascade follows the forwards
|
models, the one case in which the cascade follows the forwards
|
||||||
direction of an FK rather than the reverse direction.)
|
direction of an FK rather than the reverse direction.)
|
||||||
|
|
||||||
If 'keep_parents' is False, data of parent's models will be not
|
If 'keep_parents' is True, data of parent model's will be not deleted.
|
||||||
deleted.
|
|
||||||
"""
|
"""
|
||||||
if self.can_fast_delete(objs):
|
if self.can_fast_delete(objs):
|
||||||
self.fast_deletes.append(objs)
|
self.fast_deletes.append(objs)
|
||||||
|
|
Loading…
Reference in New Issue