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

We are getting AttributeError: 'Response' object has no attribute '_headers' #325

Open ownerni opened 2 years ago

ownerni commented 2 years ago

Line: rest_framework_extensions/cache/decorators.py

We are using Cache Response Decorator, in our APIs _headers are not present since we are using custom Response Class

auvipy commented 2 years ago

version?

anhtran81 commented 2 years ago

Hi ,

I had the same error when trying to upgrade to django 4.0 and djangorestframework==3.13.1 . Is there any plan in supporting these versions.

Thanks,