Should reference
https://docs.djangoproject.com/en/3.1/ref/settings/#debug-propagate-
exceptions
And vice versa.
--
Ticket URL: <https://code.djangoproject.com/ticket/32535>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
OK, seems reasonable, thanks. Would you like to prepare a PR Jesse?
--
Ticket URL: <https://code.djangoproject.com/ticket/32535#comment:1>
* owner: nobody => Hasan Ramezani
* status: new => assigned
* has_patch: 0 => 1
Comment:
I've created a [https://github.com/django/django/pull/14134 PR] and added
a reference to [https://docs.djangoproject.com/en/3.1/ref/settings/#debug-
propagate-exceptions DEBUG_PROPAGATE_EXCEPTIONS] setting in middleware
docs.
I don't think we need a link back from setting docs to middleware doc.
--
Ticket URL: <https://code.djangoproject.com/ticket/32535#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fc268c8648d0d0375d01d36aa1f05f1172ff1566" fc268c86]:
{{{
#!CommitTicketReference repository=""
revision="fc268c8648d0d0375d01d36aa1f05f1172ff1566"
Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to
middleware docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32535#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"0abbdc8ef635ba5b2eeb0145f4a07e0fe3956d32" 0abbdc8e]:
{{{
#!CommitTicketReference repository=""
revision="0abbdc8ef635ba5b2eeb0145f4a07e0fe3956d32"
[3.2.x] Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS
setting to middleware docs.
Backport of fc268c8648d0d0375d01d36aa1f05f1172ff1566 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32535#comment:4>