liberation / django-elasticsearch

Simple wrapper around elasticsearch-py to index/search a django Model.
MIT License
212 stars 73 forks source link

django-restframework v3 #11

Closed lauxley closed 9 years ago

lauxley commented 9 years ago

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.