jazzband/django-admin2

Update DRF to 3.x.x

auvipy opened this issue · 9 comments

Update DRF to 3.x.x

@auvipy DRF is django-rest-framework?

Yup.

i was unable to use it with django 1.8.

should use DRF 3.3+

i will try to make a PR

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.

django 1.6 do not receive security updates anymore. and 1.7 should be the min version supported

now I think its OK to drop <1.8 support? I will be happy to send PR

I'm +1 to drop. These versions are deprecated by django team.

Fixed in #431