Browse Source

Revert back to django REST framework 3.2.5 because of a bug with later versions

The error occurs with version 3.3.0 and later, with Django 1.9:

AttributeError at /api/v1/panoramas/
'Reference' object has no attribute 'referencepoint_ptr'

It is not clear whether the bug is in django REST framework, Django 1.9,
or our models.
Baptiste Jonglez 9 years ago
parent
commit
aa043baf43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -4,7 +4,7 @@ billiard==3.3.0.20
 celery==3.1.18
 dj-static==0.0.6
 Django==1.9.2
-djangorestframework==3.3.2
+djangorestframework==3.2.5
 gunicorn==19.3.0
 kombu==3.0.30
 Pillow==2.9.0