force version 2.4 of django rest framework
authorScott Baker <smbaker@gmail.com>
Mon, 22 Dec 2014 16:28:55 +0000 (08:28 -0800)
committerScott Baker <smbaker@gmail.com>
Mon, 22 Dec 2014 16:28:55 +0000 (08:28 -0800)
opencloud.spec

index 7fe1605..412a3f3 100644 (file)
@@ -31,7 +31,7 @@ requires: wget
 
 %pre
 pip-python install django==1.7
-pip-python install djangorestframework
+pip-python install djangorestframework==2.4.4
 pip-python install markdown  # Markdown support for the browseable API.
 pip-python install pyyaml    # YAML content-type support.
 pip-python install django-filter  # Filtering support