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

@@ -361,11 +361,6 @@ Its value can take any of the following constants:
In Django, be sure to put all apps that have such delete rule declarations in
their :file:`models.py` in the :const:`INSTALLED_APPS` tuple.
.. warning::
Signals are not triggered when doing cascading updates / deletes - if this
is required you must manually handle the update / delete.
Generic reference fields
''''''''''''''''''''''''
A second kind of reference field also exists,