-
Notifications
You must be signed in to change notification settings - Fork 301
Feedback requested: what version of Django REST Framework do you use? #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
DRF 3.2.2 |
DRF 3.2.2 |
DRF 3.1.3 |
jerel
added a commit
that referenced
this issue
Sep 15, 2015
jerel
added a commit
that referenced
this issue
Sep 15, 2015
DRF 3.2.3 |
1 similar comment
DRF 3.2.3 |
DRF 3.2.3 |
So far it's looking like everyone is using DRF 3.1+ so we'll not worry about supporting <= DRF 3.0. Thanks for the feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How many of you are using DRF 3.0.x or 2.4.x? Since the JSON API spec just recently stabilized on 1.0 I'm guessing that most JSON API compliant APIs will be built using one of the latest versions of DRF.
If that is the case I would like to just support DRF 3.1 and newer. Django (1.6+) and Python (2.7+) support should remain unchanged.
The text was updated successfully, but these errors were encountered: