Updated docs

This commit is contained in:
Ross Lawley
2012-09-14 10:18:44 +00:00
parent 4defc82192
commit 864053615b
3 changed files with 15 additions and 0 deletions

View File

@@ -50,4 +50,11 @@ Example usage::
signals.post_save.connect(Author.post_save, sender=Author)
ReferenceFields and signals
---------------------------
Currently `reverse_delete_rules` do not trigger signals on the other part of
the relationship. If this is required you must manually handled the
reverse deletion.
.. _blinker: http://pypi.python.org/pypi/blinker