Re: [Proposal] Improve Error Handlers

2008-04-11 Thread Jacob Kaplan-Moss
On Fri, Apr 11, 2008 at 11:34 AM, David Cramer <[EMAIL PROTECTED]> wrote: > 404_HANDLER = 'django.generic.views.errors.404' > 500_HANDLER = 'django.generic.views.errors.500' /me jumps in time machine: http://www.djangoproject.com/documentation/url_dispatch/#handler404 http://www.djangoproject.

[Proposal] Improve Error Handlers

2008-04-11 Thread David Cramer
I'd like to offer a solution to many problems I've had, directing the error handlers where I want them to go: - I want to be able to choose what templates they render - I want them to be able to work with Jinja ;) I was thinking that something along the lines of this could be done: 404_HANDLER