From fbb0fd3336849da91f8182bc05cc265dffa89e5b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 8 Aug 2012 19:26:30 +0100 Subject: [PATCH] Need jsonfield 0.8.8 or above to fix a circular import issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 464f16e..7687dbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ MySQL-python Celery>=3.0 django-celery>=3.0 -django-jsonfield==0.8.7 +django-jsonfield>=0.8.8 South>=0.7 django-redis-cache IPy==0.75