You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weaken response argument types in django.utils.cache (#2704)
These functions just look at response headers, so `HttpResponseBase` is
perfectly fine. This is useful when working with responses returned by
methods such as `django.test.Client.get`.
0 commit comments