Re: [Django] #24733: Pass exceptions to error handlers

2018-07-31 Thread Django
#24733: Pass exceptions to error handlers
-+-
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  HTTP handling|  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 Tim Graham ):

 In [changeset:"49f97b645fb1716cf69177558c41cf650a701eed" 49f97b64]:
 {{{
 #!CommitTicketReference repository=""
 revision="49f97b645fb1716cf69177558c41cf650a701eed"
 Refs #24733 -- Documented arguments for custom error views.
 }}}

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.4933ddef9c55aa01b3190c651df62d4c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2018-07-31 Thread Django
#24733: Pass exceptions to error handlers
-+-
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  HTTP handling|  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 Tim Graham ):

 In [changeset:"0d8f26f32014ddfd3fee5419dedc9f5860d6a5e1" 0d8f26f3]:
 {{{
 #!CommitTicketReference repository=""
 revision="0d8f26f32014ddfd3fee5419dedc9f5860d6a5e1"
 [2.1.x] Refs #24733 -- Documented arguments for custom error views.

 Backport of 49f97b645fb1716cf69177558c41cf650a701eed 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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.b9a7dbd8f5b1f7e9de372c96d2eef3f6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2017-01-17 Thread Django
#24733: Pass exceptions to error handlers
-+-
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  HTTP handling|  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 Tim Graham ):

 In [changeset:"3cee9edd1b3e1a11ecdfeecef6f2247c10c859fb" 3cee9ed]:
 {{{
 #!CommitTicketReference repository=""
 revision="3cee9edd1b3e1a11ecdfeecef6f2247c10c859fb"
 Refs #24733 -- Removed support for error views without the exception
 parameter.

 Per deprecation timeline.
 }}}

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.6b72ef7fcd86fe5626b9f07ad032279f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2015-05-11 Thread Django
#24733: Pass exceptions to error handlers
-+-
 Reporter:  claudep  |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  HTTP handling|  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 Claude Paroz ):

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


Comment:

 In [changeset:"70779d9c1cab77791c73b72e8a63f60184d8f2b0" 70779d9]:
 {{{
 #!CommitTicketReference repository=""
 revision="70779d9c1cab77791c73b72e8a63f60184d8f2b0"
 Fixed #24733 -- Passed the triggering exception to 40x error handlers

 Thanks Tim Graham for the review.
 }}}

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.75d499baf85f8dc61a88d68fcdf81829%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2015-05-05 Thread Django
#24733: Pass exceptions to error handlers
-+-
 Reporter:  claudep  |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  HTTP handling|  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 timgraham):

 * 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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.206ffdf56dc7e675748ab50673d5c6a7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2015-05-05 Thread Django
#24733: Pass exceptions to error handlers
---+
 Reporter:  claudep|Owner:  nobody
 Type:  New feature|   Status:  new
Component:  HTTP handling  |  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 Claude Paroz ):

 In [changeset:"69125ce90453f94c92432be1ab67768db514c82d" 69125ce9]:
 {{{
 #!CommitTicketReference repository=""
 revision="69125ce90453f94c92432be1ab67768db514c82d"
 Extended variable name in handlers/base.py

 Refs #24733.
 }}}

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.5d8de54e0d495c5c3845a1439f7e166b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2015-05-01 Thread Django
#24733: Pass exceptions to error handlers
---+
 Reporter:  claudep|Owner:  nobody
 Type:  New feature|   Status:  new
Component:  HTTP handling  |  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 timgraham):

 * stage:  Unreviewed => 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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.98e05cd26cc015598e5fb1804b520d62%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24733: Pass exceptions to error handlers

2015-05-01 Thread Django
#24733: Pass exceptions to error handlers
---+--
 Reporter:  claudep|Owner:  nobody
 Type:  New feature|   Status:  new
Component:  HTTP handling  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by claudep):

 * has_patch:  0 => 1


Comment:

 PR: https://github.com/django/django/pull/4590

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.a1bf5b1553ce1bd1286780c6cec54fdf%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #24733: Pass exceptions to error handlers

2015-05-01 Thread Django
#24733: Pass exceptions to error handlers
-+
   Reporter:  claudep|  Owner:  nobody
   Type:  New feature| Status:  new
  Component:  HTTP handling  |Version:  master
   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  |
-+
 As discussed in this thread: https://groups.google.com/forum/#!topic
 /django-developers/kcFqjmnlUTQ

 Error views should receive the exception that triggered the view. This is
 especially useful to show custom messages for permission denied errors
 (403).

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.66933455bd20870f799f2331e8976dcd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.