]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/authentication/__init__.py
Fixed http://jira.osqa.net/browse/OSQA-217. Previous commit claiming to fix this...
[osqa.git] / forum / authentication / __init__.py
index f6e14b76a11564c94862efd8015784e3bae412b1..08ea03fd0575aa799464ade7274b8625223b6b6b 100644 (file)
@@ -34,7 +34,6 @@ AUTH_PROVIDERS = dict([
 
 #todo: probably this don't belong here, also this post_stored routine needs a lot of work
 user_logged_in = django.dispatch.Signal(providing_args=["user", "old_session"])
-user_updated = django.dispatch.Signal(providing_args=["instance", "updated_by"])
 
 #def post_stored_anonymous_content(user,old_session,**kwargs):
 #    from forum.models import AnonymousQuestion, AnonymousAnswer