Author: russellm
Date: 2010-08-28 01:12:54 -0500 (Sat, 28 Aug 2010)
New Revision: 13650
Modified:
django/trunk/django/contrib/flatpages/tests/views.py
Log:
Removed a stray DEBUG=True test setting introduced in r13641.
Modified: django/trunk/django/contrib/flatpages/tests/views.py
===================================================================
--- django/trunk/django/contrib/flatpages/tests/views.py 2010-08-28
02:44:24 UTC (rev 13649)
+++ django/trunk/django/contrib/flatpages/tests/views.py 2010-08-28
06:12:54 UTC (rev 13650)
@@ -18,7 +18,7 @@
'templates'
),
)
- settings.DEBUG = True
+
def tearDown(self):
settings.MIDDLEWARE_CLASSES = self.old_MIDDLEWARE_CLASSES
settings.TEMPLATE_DIRS = self.old_TEMPLATE_DIRS
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.