Since DRF 3.2 now supports Django 1.8 can we update this to as well?
alan-unravel opened this issue · 5 comments
As above
do you mean all the deprecated things like request.data
vs request.DATA
, etc?
It was more of a question, the README states that this doesn't support >Django1.7 since DRF 3 does not but DRF 3.2(which I believe to be the current version) does. Do you foresee anything breaking if I try to use this 1.8 and DRF 3.2?
Sorry for late response. At the conference now. When I get back Ill verify that it works with 3.2 but as far as I know it should still continue working with 3.2. If not Ill fix that and will add a patch.
That would be great, thanks. I have it up and seemingly running on 3.2 so it shouldn't take much work if any! Thanks again.
I think this could be better clarified in the README to explain DRF < 3.0 requires Django < 1.8, but DRF > 3.0 has no specific Django requirement (it follows the DRF requirements).