From 0ee4dd8fb270741a2207408d769ef1e084e0a829 Mon Sep 17 00:00:00 2001
From: Philip ABBET <philip.abbet@idiap.ch>
Date: Tue, 8 Nov 2016 09:32:50 +0100
Subject: [PATCH] Don't use the newer versions of django, djangorestframework
 and django-rest-swagger

There has been API changes in the latest versions that will requires some work in the
beat.web codebase
---
 buildout.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 3a20a2e1b..ba44f3b0f 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -15,10 +15,10 @@ develop = .
 versions = versions
 
 [versions]
-django = >=1.8
-django-rest-swagger = >=0.3.2
+django = >=1.8,<1.9
+django-rest-swagger = >=0.3.2,<0.3.3
 django-guardian = >=1.3
-djangorestframework = >=3.2
+djangorestframework = >=3.2,<3.3
 django-activity-stream = >= 0.6.0
 
 [sysegg]
-- 
GitLab