From b0c542e80eac5b7f8a5d02d65e41e1ad570293f0 Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 21 Feb 2012 14:31:58 +0100 Subject: [PATCH] just pass --- gunicorn/monkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/monkey.py b/gunicorn/monkey.py index 9b81c5f1..118bf2c9 100644 --- a/gunicorn/monkey.py +++ b/gunicorn/monkey.py @@ -47,5 +47,5 @@ def patch_django(): BaseDatabaseWrapper.validate_thread_sharing = _validate_thread_sharing except ImportError, e: - patch_django_db_backends = None + pass