﻿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
591	[patch] Docs: Subclassing wrong object	Boffbowsh	Jacob	"{{{
Index: /usr/local/django_src/docs/templates_python.txt
===================================================================
--- /usr/local/django_src/docs/templates_python.txt     (revision 764)
+++ /usr/local/django_src/docs/templates_python.txt     (working copy)
@@ -267,7 +267,7 @@
 
     from django.core.template import Context
     import datetime
-    class TimeContext(template.Context):
+    class TimeContext(Context):
         def __init__(self, *args, **kwargs):
             Context.__init__(self, *args, **kwargs)
             self['current_time'] = datetime.datetime.now()
}}}"	defect	closed	Documentation		normal	invalid			Unreviewed	1	0	0	0	0	0
