Closed dcooper closed 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).
@dcooper try 0.2.1 and verify for me that it fixes the problem:
@estebistec Confirmed that this is working now.
Cool. Thanks for the report and confirm! Closing.
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:
The same issue affects the other dependencies listed in the
requirements.txt
.