﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6299	Indentation error introduced to django.core.mail.forbid_multi_line_headers on changeset 6987	jholloway7+django@…	nobody	" * http://code.djangoproject.com/changeset/6987
 * http://code.djangoproject.com/browser/django/trunk/django/core/mail.py#L70

{{{
Traceback (most recent call last):
  File ""/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/servers/basehttp.py"", line 277, in run
    self.result = application(self.environ, self.start_response)
  File ""/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/servers/basehttp.py"", line 631, in __call__
    return self.application(environ, start_response)
  File ""/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/handlers/wsgi.py"", line 205, in __call__
    response = self.get_response(request)
  File ""/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/handlers/base.py"", line 59, in get_response
    from django.core.mail import mail_admins
  File ""/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/mail.py"", line 86
     return (name, val)
                      
^
 IndentationError: unindent does not match any outer indentation level
}}}"		closed	Core (Mail)	dev		fixed			Unreviewed	0	0	0	0	0	0
