#31224: Add asynchronous views.
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: Andrew
| Godwin
Type: New feature | Status: closed
Component: Core (Other) | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by GitHub <noreply@…>):
In [changeset:"d94a9aa0557a459a5b9b7b82a8c043de14f8b1a0" d94a9aa]:
{{{
#!CommitTicketReference repository=""
revision="d94a9aa0557a459a5b9b7b82a8c043de14f8b1a0"
Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.
Async exception handling was raising an exception that was creating a
cycle in the exception chain (by re-raising an exception in
sync_to_async that was already being handled).
Thanks Chris Jerdonek for detailed analysis.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31224#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.35c436f9997b0c2601cc9134ae80a060%40djangoproject.com.