From: Matías Aguirre Date: Mon, 29 Aug 2011 00:48:03 +0000 (-0300) Subject: Disable commit_on_success behavior. Refs gh-131 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=871937b33ea3e7689ea236badf99b151ef679a3b;p=django-social-auth.git Disable commit_on_success behavior. Refs gh-131 --- diff --git a/social_auth/views.py b/social_auth/views.py index 2ab18f4..55d24f9 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -67,7 +67,7 @@ def auth(request, backend): @csrf_exempt -@transaction.commit_on_success +#@transaction.commit_on_success @dsa_view() def complete(request, backend): """Authentication complete view, override this view if transaction