Re: [Django] #33752: Display exception groups on the technical 500 debug page on Python 3.11+.

2023-03-03 Thread Django
#33752: Display exception groups on the technical 500 debug page on Python 
3.11+.
-+
 Reporter:  Adam Johnson |Owner:  Jobhdez
 Type:  New feature  |   Status:  assigned
Component:  Error reporting  |  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Jobhdez):

 * owner:  (none) => Jobhdez
 * status:  new => assigned


-- 
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/01070186ab7d1d1c-8dcdd738-2c47-4352-b049-8e19823b9819-00%40eu-central-1.amazonses.com.


Re: [Django] #33752: Display exception groups on the technical 500 debug page on Python 3.11+.

2022-11-29 Thread Django
#33752: Display exception groups on the technical 500 debug page on Python 
3.11+.
-+
 Reporter:  Adam Johnson |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Error reporting  |  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Mariusz Felisiak):

 * cc: Giebisch (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/01070184c27bee4b-3a3abdab-08de-4819-b7fa-f8599b1b89f2-00%40eu-central-1.amazonses.com.


Re: [Django] #33752: Display exception groups on the technical 500 debug page on Python 3.11+.

2022-10-25 Thread Django
#33752: Display exception groups on the technical 500 debug page on Python 
3.11+.
-+
 Reporter:  Adam Johnson |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Error reporting  |  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Mariusz Felisiak):

 * stage:  Someday/Maybe => Accepted


-- 
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/010701840ed3a4d0-3e791283-b708-4ee0-9a51-ba86e2bdc9df-00%40eu-central-1.amazonses.com.


Re: [Django] #33752: Display exception groups on the technical 500 debug page on Python 3.11+.

2022-05-30 Thread Django
#33752: Display exception groups on the technical 500 debug page on Python 
3.11+.
-+-
 Reporter:  Adam Johnson |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Error reporting  |  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Someday/Maybe
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * stage:  Unreviewed => Someday/Maybe


Comment:

 Thanks for the ticket. Let's wait for the final release first.

-- 
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/0107018118549845-a9b10899-b48d-404c-987b-9ba180ecbd82-00%40eu-central-1.amazonses.com.


[Django] #33752: Display exception groups on the technical 500 debug page on Python 3.11+.

2022-05-30 Thread Django
#33752: Display exception groups on the technical 500 debug page on Python 
3.11+.
---+
   Reporter:  Adam Johnson |  Owner:  (none)
   Type:  New feature  | Status:  new
  Component:  Error reporting  |Version:  dev
   Severity:  Normal   |   Keywords:
   Triage Stage:  Unreviewed   |  Has patch:  0
Needs documentation:  0|Needs tests:  0
Patch needs improvement:  0|  Easy pickings:  0
  UI/UX:  0|
---+
 Similar to these tickets for extending the debug page for Python 3.11
 exception changes: #33747 , #33701.

 Python 3.11 introduces exception groups as per
 [https://peps.python.org/pep-0654/ PEP 654], a container for multiple
 exceptions that occurred concurrently (in async tasks).

 If an exception group occurs in a view, Django should display its
 constituent exceptions on the debug page, similarly to the new interpreter
 nested display.

-- 
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/0107018115a62931-0915a896-0348-4e99-9ed4-7a31d7096a9a-00%40eu-central-1.amazonses.com.