From 871937b33ea3e7689ea236badf99b151ef679a3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 28 Aug 2011 21:48:03 -0300 Subject: [PATCH] Disable commit_on_success behavior. Refs gh-131 --- social_auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5