Update DRF to 3.x.x
auvipy opened this issue · 9 comments
auvipy commented
Update DRF to 3.x.x
andrewsmedina commented
@auvipy DRF is django-rest-framework?
thedrow commented
Yup.
auvipy commented
i was unable to use it with django 1.8.
auvipy commented
should use DRF 3.3+
auvipy commented
i will try to make a PR
galuszkak commented
What is minimal django version supported by DRF 3.3+ ? I think we made decision to support Django 1.6 and higher because of support of Python 3.
auvipy commented
django 1.6 do not receive security updates anymore. and 1.7 should be the min version supported
auvipy commented
now I think its OK to drop <1.8 support? I will be happy to send PR
andrewsmedina commented
I'm +1 to drop. These versions are deprecated by django team.