Fix docs regarding reverse_delete_rule and delete signals (#1473)

This commit is contained in:
martin sereinig
2017-02-06 22:11:42 +01:00
committed by Stefan Wójcik
parent f33cd625bf
commit d8a7328365
3 changed files with 0 additions and 16 deletions

View File

@@ -142,11 +142,4 @@ cleaner looking while still allowing manual execution of the callback::
modified = DateTimeField()
ReferenceFields and Signals
---------------------------
Currently `reverse_delete_rule` does not trigger signals on the other part of
the relationship. If this is required you must manually handle the
reverse deletion.
.. _blinker: http://pypi.python.org/pypi/blinker