﻿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
7293	django.template docstrings not accurate (fail doctest.testmod)	Antti Kaihola	nobody	"{{{
$ DJANGO_SETTINGS_MODULE=dummy_settings python -c ""import doctest;from django import template;doctest.testmod(template)""
**********************************************************************
File ""/home/akaihola/dl/prg/www/django/django/template/__init__.py"", line 469, in django.template.FilterExpression
Failed example:
    fe.var
Expected:
    'variable'
Got:
    <Variable: 'variable'>
**********************************************************************
File ""/home/akaihola/dl/prg/www/django/django/template/__init__.py"", line 602, in django.template.Variable
Failed example:
    Variable('article.section').resolve(c)
Expected:
    u'News'
Got:
    'News'
**********************************************************************
File ""/home/akaihola/dl/prg/www/django/django/template/__init__.py"", line 610, in django.template.Variable
Failed example:
    Variable('article.section').resolve(c)
Expected:
    u'News'
Got:
    'News'
**********************************************************************
2 items had failures:
   1 of   5 in django.template.FilterExpression
   2 of   8 in django.template.Variable
***Test Failed*** 3 failures.
}}}"		closed	Testing framework	dev		fixed			Unreviewed	1	0	0	0	0	0
