Re: [Django] #31224: Add asynchronous views.

2024-05-03 Thread Django
#31224: Add asynchronous views.
-+-
 Reporter:  Mariusz Felisiak |Owner:  Andrew
 |  Godwin
 Type:  New feature  |   Status:  closed
Component:  Core (Other) |  Version:  dev
 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 nessita <124304+nessita@…>):

 In [changeset:"3614ce2b7cf2dae686728f9cc56cde02272f1784" 3614ce2]:
 {{{#!CommitTicketReference repository=""
 revision="3614ce2b7cf2dae686728f9cc56cde02272f1784"
 Refs #31224 -- Fixed typo in django/test/client.py.
 }}}
-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f414701a5-0f79c5f7-33dd-4115-b453-aab5e2dc686d-00%40eu-central-1.amazonses.com.


Re: [Django] #31224: Add asynchronous views.

2020-09-03 Thread Django
#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 Carlton Gibson ):

 In [changeset:"f36c441f80c9c2cf69cbfa3254976aae08ef15f9" f36c441f]:
 {{{
 #!CommitTicketReference repository=""
 revision="f36c441f80c9c2cf69cbfa3254976aae08ef15f9"
 [3.1.x] Refs #31224 -- Made sync_to_async() examples use thread sensitive
 with ORM calls.

 Backport of 8d59075184f4cd2852b374359850ff7aeb412ec1 from master
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.bed73c9e18295668efea8835bd75df77%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-09-03 Thread Django
#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 Carlton Gibson ):

 In [changeset:"8d59075184f4cd2852b374359850ff7aeb412ec1" 8d59075]:
 {{{
 #!CommitTicketReference repository=""
 revision="8d59075184f4cd2852b374359850ff7aeb412ec1"
 Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM
 calls.
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.8bcd684d952beb38eb46916a685a1af1%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-05-28 Thread Django
#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 Mariusz Felisiak ):

 In [changeset:"bd389a832aa1480fc76c3fb2bb6f92ea4209e378" bd389a8]:
 {{{
 #!CommitTicketReference repository=""
 revision="bd389a832aa1480fc76c3fb2bb6f92ea4209e378"
 [3.1.x] 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.
 Backport of d94a9aa0557a459a5b9b7b82a8c043de14f8b1a0 from master
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.91499f23cda827835951ff4d95755b30%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-05-28 Thread Django
#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 ):

 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: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.35c436f9997b0c2601cc9134ae80a060%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-04-13 Thread Django
#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 Mariusz Felisiak ):

 In [changeset:"d292d1163e15ceb3d69e3693e13a722ed93c4383" d292d11]:
 {{{
 #!CommitTicketReference repository=""
 revision="d292d1163e15ceb3d69e3693e13a722ed93c4383"
 [3.0.x] Refs #31224 -- Removed incorrect
 @sync_to_async(thread_sensitive=True) example.

 It does not support thread_sensitive when used as a decorator, yet.
 Backport of b5ad450fa6d53186b68f89a4507fdbabc8900f74 from master
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ccf1f68f102530696e8dfae50fa28814%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-04-13 Thread Django
#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 ):

 In [changeset:"b5ad450fa6d53186b68f89a4507fdbabc8900f74" b5ad450f]:
 {{{
 #!CommitTicketReference repository=""
 revision="b5ad450fa6d53186b68f89a4507fdbabc8900f74"
 Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True)
 example.

 It does not support thread_sensitive when used as a decorator, yet.
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.b63c8de2b377e7b68aec66086ab5af0a%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-03-18 Thread Django
#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
-+-
Changes (by Mariusz Felisiak ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d" fc0fa72f]:
 {{{
 #!CommitTicketReference repository=""
 revision="fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d"
 Fixed #31224 -- Added support for asynchronous views and middleware.

 This implements support for asynchronous views, asynchronous tests,
 asynchronous middleware, and an asynchronous test client.
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.5b17d7719fc9d5c6c1fed0819ee0a8c2%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-03-17 Thread Django
#31224: Add asynchronous views.
-+-
 Reporter:  felixxm  |Owner:  Andrew
 |  Godwin
 Type:  New feature  |   Status:  assigned
Component:  Core (Other) |  Version:  master
 Severity:  Normal   |   Resolution:
 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
-+-
Changes (by Carlton Gibson):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.855c97eecef527d295ccb88dccf6ef2e%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-03-12 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-

Comment (by Mariusz Felisiak ):

 In [changeset:"8d4638db20e73ffa451d4a21b0112c2b06ea6906" 8d4638db]:
 {{{
 #!CommitTicketReference repository=""
 revision="8d4638db20e73ffa451d4a21b0112c2b06ea6906"
 [3.0.x] Refs #31224 -- Doc'd async adapter functions.

 Backport of 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c from master
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f753881ff45bd18d32547fbd90b5301e%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-03-12 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-

Comment (by Mariusz Felisiak ):

 In [changeset:"40a64dd1e24d45f8e00a55b22a5174b8f1359b5c" 40a64dd1]:
 {{{
 #!CommitTicketReference repository=""
 revision="40a64dd1e24d45f8e00a55b22a5174b8f1359b5c"
 Refs #31224 -- Doc'd async adapter functions.
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.9817bfed6c8fec7029ee9d205bbe976c%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-03-05 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-

Comment (by Mariusz Felisiak ):

 In [changeset:"17009e910538b9c3709d302f54c2d10eb245cf38" 17009e9]:
 {{{
 #!CommitTicketReference repository=""
 revision="17009e910538b9c3709d302f54c2d10eb245cf38"
 Refs #31224 -- Added autoconversion of test async methods.
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.cfdb3a50da60fa2afb2141cf6c093aeb%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-02-19 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-

Comment (by Mariusz Felisiak ):

 In [changeset:"1e858adf7fabdeb98f95503d30ed6769a08c44b2" 1e858adf]:
 {{{
 #!CommitTicketReference repository=""
 revision="1e858adf7fabdeb98f95503d30ed6769a08c44b2"
 Refs #31224 -- Added BaseHandler.check_response().
 }}}

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.2611d0a9e95542a01411424ebed9ccb5%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-02-07 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-
Changes (by Evstifeev Roman):

 * cc: Evstifeev Roman (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.63e0c5035c346a1af79823af4f2b8900%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-02-05 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-
Changes (by Carlton Gibson):

 * needs_tests:  1 => 0


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.7d9016f662b5ff539ef05fedbaa776aa%40djangoproject.com.


Re: [Django] #31224: Add asynchronous views.

2020-02-05 Thread Django
#31224: Add asynchronous views.
--+-
 Reporter:  felixxm   |Owner:  Andrew Godwin
 Type:  New feature   |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  1 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+-
Changes (by Carlton Gibson):

 * needs_tests:  0 => 1


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.1a2d0bbeb2046a92ddac497c572fe850%40djangoproject.com.