chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.48k stars 208 forks source link

Not compatible with django 3.2 #306

Closed artragis closed 3 years ago

artragis commented 3 years ago

Hello,

Working on https://github.com/zestedesavoir/zds-site upgrade to django 3.2 I noticed drf-extensions is not compatible with django 3.2 because of a change in the Response object.

As a result the cache application throws error Attribute error : Response has no attribute _headers.

domdinicola commented 3 years ago

pls release a new version!!