From 81f7c6367412f1a467573761272e9b06fbd372fd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 6 May 2011 09:51:56 +0100 Subject: [PATCH] Import the exception --- app/sso/middleware.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sso/middleware.py b/app/sso/middleware.py index f743c3b..ceb4b5f 100644 --- a/app/sso/middleware.py +++ b/app/sso/middleware.py @@ -1,3 +1,4 @@ +from django.db import IntegrityError class IGBMiddleware(object): """