Skip to content

Commit

Permalink
docs: pre_softdelete signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Jan 16, 2017
1 parent 6a20488 commit 22b33d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/models.rst
Expand Up @@ -79,6 +79,10 @@ Signals

There are two signals available. Please refer on Django signals documentation on how to use them.

.. py:data:: safedelete.signals.pre_softdelete
Sent before an object is soft deleted.

.. py:data:: safedelete.signals.post_softdelete
Sent after an object has been soft deleted.
Expand Down

0 comments on commit 22b33d0

Please sign in to comment.