Tim Schilling
Tim Schilling
I think for this to be usable it needs to use the Django ORM. There are too many customizations that models can have to use raw SQL for this.
Oh, that looks really nice. I'd be a +1 on using it if we know it's an improvement.
@andytwoods have you looked into implementing extensions for VSCode and PyCharm? I have no idea what that would look like, but I wonder if we could find a different way...
Thank you for opening the issue. Creating a reproducible project would be very helpful.
@ulgens @todorvelichkov I can't investigate this without a test case or more information on how to reproduce this.
Hi folks. Would either of you be able to create a reproducible example for us to investigate?
Thank you @HarshGuptaShorthillsAI. I didn't doubt that it was happening. What I'm looking for is a minimal django project that reproduces this so I can look into why exactly this...
Thanks for opening the issue. > Django already support it from the box if we can include nonce="{{request.csp_nonce}}" in the template Can you elaborate on where in the template this...
@denisSurkov what do you think of using `iscoroutinefunction(get_response)` similar to https://docs.djangoproject.com/en/4.2/topics/http/middleware/#asynchronous-support?
What's the difference between asgiref's version and inspects?