Opened 12 years ago

Closed 12 years ago

#17412 closed Bug (needsinfo)

h

Reported by: anushakulkarni24@… Owned by: me
Component: Translations Version: 1.3-alpha
Severity: Normal Keywords: hall ticket
Cc: anushakulkarni24@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes 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']

Installed Middleware:
('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