Django

Code

Ticket #3468 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Trivial - Typo in django/template/__init__.py (self.mgs instead of self.msg)

Reported by: Herbert Poul <herbert.poul@gmail.com> Assigned to: adrian
Milestone: Component: Template system
Version: SVN Keywords: typo template VariableDoesNotExist mgs self.mgs
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

there is a small typo in django/template/init.py in class VariableDoesNotExist?:

    def __str__(self):
        return self.mgs % self.params

<-- should be self.msg

Attachments

variablenotfoundtypo.diff (414 bytes) - added by Herbert Poul <herbert.poul@gmail.com> on 02/09/07 15:41:28.

Change History

02/09/07 15:41:28 changed by Herbert Poul <herbert.poul@gmail.com>

  • attachment variablenotfoundtypo.diff added.

02/09/07 16:01:13 changed by mtredinnick

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

(In [4465]) Fixed #3468 -- fixed typo in VariableDoesNotExist?.str. Pointed out by Herbert Poul.


Add/Change #3468 (Trivial - Typo in django/template/__init__.py (self.mgs instead of self.msg))




Change Properties
Action