On 19/07/16 05:16, Rishi Gupta wrote:
Hi django-developers,
(1) Middleware error framework.
Zulip has some exception middleware to allow 40x errors to be returned
to the user from anywhere within the view code via raising a special
exception, which we’ve found to be a really nice, convenient
For 1, I'm wondering if there's anything preventing that from being
implemented as a third-party package? It seems that could be a first step
toward getting a better sense of the idea and whether or not it should be
included in core.
For 2, a first step could be to add proper hooks in Django so
Hi django-developers,
Hope things are going well! I work on an open-source group chat product
called zulip [1], written in python and javascript and based on Django, and
we have two small enhancements that we were thinking of contributing
upstream. Before making pull requests, we wanted to get a f