Opened 12 years ago

Closed 12 years ago

#17409 closed Bug (needsinfo)

hall ticket

Reported by: anushakulkarni24@… 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

  1. raise ValueError("The view %s.%s didn't return an HttpResponse object." % (callback.module, view_name))

Change History (1)

comment:1 by Alex Gaynor, 12 years ago

Resolution: needsinfo
Status: newclosed

There is no information here to address this as a bug.

Note: See TracTickets for help on using tickets.
Back to Top