estebistec / drf-compound-fields

Django-REST-framework serializer fields for compound types.
BSD 3-Clause "New" or "Revised" License
92 stars 12 forks source link

requirements.txt forcing Django 1.6.2 #14

Closed dcooper closed 10 years ago

dcooper commented 10 years ago

A new version of Django is out, and drf-compund-fields is forcing Django to be downgraded when pip installing. Perhaps the following might be a better option:

Django>=1.6" 

The same issue affects the other dependencies listed in the requirements.txt.

estebistec commented 10 years ago

actually, I might go even looser and let rest_framework bring the django dependency anyway. if I were to keep it, I might remove the version altogether. Will post a fixed version tonight (CDT).

estebistec commented 10 years ago

@dcooper try 0.2.1 and verify for me that it fixes the problem:

ashchristopher commented 10 years ago

@estebistec Confirmed that this is working now.

estebistec commented 10 years ago

Cool. Thanks for the report and confirm! Closing.