Opened 13 years ago
Closed 13 years ago
#17409 closed Bug (needsinfo)
hall ticket
Reported by: | Owned by: | Ckay | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.3-rc |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.admin',
'django.contrib.staticfiles',
'Portal',
'Admin',
'captcha',
'registration']
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
- raise ValueError("The view %s.%s didn't return an HttpResponse object." % (callback.module, view_name))
There is no information here to address this as a bug.