Skip to content

Commit

Permalink
Restore signals module. Refs omab#624
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Mar 7, 2013
1 parent a4cc355 commit ea0b58c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions social_auth/signals.py
@@ -0,0 +1,9 @@
from django.dispatch import Signal


# This module is deprecated, this signals aren't used by the code anymore
# and it's functionality should be replaced by pipeline methods.


pre_update = Signal(providing_args=['user', 'response', 'details'])
socialauth_registered = Signal(providing_args=['user', 'response', 'details'])

0 comments on commit ea0b58c

Please sign in to comment.