hossfard
Results
2
issues of
hossfard
# Summary Elpy auto-completion does not list many of the functions/classes in latest numpy versions. This issue seems to stem from numpy itself, but I am wondering if there is...
**Summary** Decorator `csrf_exempt` has no effect on endpoints when the api object is constructed with `auth=django_auth`. Reproducer, taken (with expansion) from the docs: ```py from django.views.decorators.csrf import csrf_exempt, ensure_csrf_cookie from...