Django

Code

Ticket #6299 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Indentation error introduced to django.core.mail.forbid_multi_line_headers on changeset 6987

Reported by: jholloway7+django@gmail.com Assigned to: nobody
Milestone: Component: django.core.mail
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

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

Attachments

patch_6299.txt (1.9 kB) - added by jholloway7+django@gmail.com on 01/02/08 01:10:18.
patch for indentation error

Change History

01/02/08 01:10:18 changed by jholloway7+django@gmail.com

  • attachment patch_6299.txt added.

patch for indentation error

01/02/08 02:39:03 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [6989]) Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced in [6987]


Add/Change #6299 (Indentation error introduced to django.core.mail.forbid_multi_line_headers on changeset 6987)




Change Properties
Action