From 2ad9b8a09ce29d25291d0c3645e728b733533c4f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 12 Oct 2010 21:11:25 +0100 Subject: [PATCH] Lock django-jsonfield to a specific revision Newer versions have some new weird and wonderful dependancies, including Jquery (wut?) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 089bee5..0d31274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==1.1.2 django-piston==0.2.2 django-registration==0.7 yolk==0.4.1 --e hg+http://bitbucket.org/schinckel/django-jsonfield#egg=django-jsonfield +-e hg+http://bitbucket.org/schinckel/django-jsonfield@acb6b4fd7312#egg=django-jsonfield xmlrpclib==1.0.1 South==0.7.1 fabric==0.9.1