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
Since HttpResponse.text uses @cached_property, add it in allowlist.txt
It was previously in allowlist_todo_django52.txt because
it is a Django 5.2 addition, and was not implemented in django-stubs
yet.
It is now in allowlist.txt because it uses @cached_property,
which stubtest currently doesn't handle
(details: typeddjango#1771)
0 commit comments