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