#13808: Setting handler404 and/or handler500 in main urls.py does not work. --------------------------------+------------------------------------------- Reporter: josho | Owner: nobody Status: new | Milestone: Component: Core framework | Version: 1.2 Keywords: urls error handler | Stage: Unreviewed Has_patch: 0 | --------------------------------+------------------------------------------- Setting handler404 or handler500 in the projects main urls.py does not appear to work. I've tried this on 1.2, 1.2.1 and trunk (currently r13370) using both strings and callables as the value, and simply cannot define my own handers for error messages. No matter what I do it still uses the defaults. I have not yet managed to track down the cause.
-- Ticket URL: <http://code.djangoproject.com/ticket/13808> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
