From 7ac128a64318570c1a97793eb8dd0eee235e0e9a Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Sun, 22 Sep 2013 00:21:12 +0000 Subject: [PATCH] Had to revert tastypie to a previous version due to some issues with latest. --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0a2110d..9e106f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,7 @@ django-taggit django-images django-braces django_compressor - -# api -django-tastypie +django-tastypie==0.9.12 # testing mock