The current version of django-restframework (2.4) is not compatible with django 1.8.
But its API changed quite a lot, so we might need to create 2 separate modules and load the right one depending on the version of django-restframework.
For now the tests are failing with django 1.8.
We could also raise something if the user try to use django 1.8 with an old version of restframework.
The current version of django-restframework (2.4) is not compatible with django 1.8. But its API changed quite a lot, so we might need to create 2 separate modules and load the right one depending on the version of django-restframework. For now the tests are failing with django 1.8. We could also raise something if the user try to use django 1.8 with an old version of restframework.