-
Committer:
Francois Marier
-
Date:
2011-10-25 08:15:34 UTC
-
Revision ID:
git-v1:59c5ceed50b7d8de65425f8be81bcf877f24e9af
Make sure the default 404 and 500 handlers get used (bug #880723)
https://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views
This broke in r602 because the import * was pulling in both handlers.