Commit b9fc7809 authored by Carl Meyer's avatar Carl Meyer
Browse files

[1.2.X] Fixed #15343 -- Added import of handler500 and handler404 in URLconf...

[1.2.X] Fixed #15343 -- Added import of handler500 and handler404 in URLconf for contrib.auth tests, so that other configuration errors that cause test failures aren't masked by 'missing handler500' errors.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent aae16079
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from django.conf.urls.defaults import patterns
from django.conf.urls.defaults import patterns, handler500, handler404
from django.contrib.auth.urls import urlpatterns
from django.http import HttpResponse
from django.template import Template, RequestContext