djangonauts / django-rest-framework-hstore

Django Rest Framework tools for django-hstore
MIT License
75 stars 15 forks source link

Support for DRF 3.2.X? #8

Closed hvdklauw closed 9 years ago

hvdklauw commented 9 years ago

Can you do a build on travis to see if everything will work?

nemesifier commented 9 years ago

@hvdklauw it works, see here: https://travis-ci.org/djangonauts/django-rest-framework-hstore/builds/68712390 drf-hstore depends on drf>=3.1.1, so each time is installed it will automatically download the latest drf version. See https://github.com/djangonauts/django-rest-framework-hstore/blob/master/requirements.txt#L3

hvdklauw commented 9 years ago

Awesome, thanks!

On Tue, 29 Sep 2015 17:55 Federico Capoano notifications@github.com wrote:

@hvdklauw https://github.com/hvdklauw it works, see here: https://travis-ci.org/djangonauts/django-rest-framework-hstore/builds/68712390 drf-hstore depends on drf>=3.1.1, so each time is installed it will automatically download the latest drf version. See https://github.com/djangonauts/django-rest-framework-hstore/blob/master/requirements.txt#L3

— Reply to this email directly or view it on GitHub https://github.com/djangonauts/django-rest-framework-hstore/issues/8#issuecomment-144101820 .