django-rest-framework-bulk icon indicating copy to clipboard operation
django-rest-framework-bulk copied to clipboard

Since DRF 3.2 now supports Django 1.8 can we update this to as well?

Open alan-unravel opened this issue 8 years ago • 5 comments

As above

alan-unravel avatar Sep 08 '15 15:09 alan-unravel

do you mean all the deprecated things like request.data vs request.DATA, etc?

miki725 avatar Sep 08 '15 15:09 miki725

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?

alan-unravel avatar Sep 09 '15 07:09 alan-unravel

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.

miki725 avatar Sep 10 '15 03:09 miki725

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.

alan-unravel avatar Sep 10 '15 08:09 alan-unravel

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).

kevin-brown avatar May 18 '16 19:05 kevin-brown