Author: russellm
Date: 2010-08-28 01:13:41 -0500 (Sat, 28 Aug 2010)
New Revision: 13651
Modified:
django/branches/releases/1.2.X/django/contrib/flatpages/tests/views.py
Log:
[1.2.X] Removed a stray DEBUG=True test setting introduced in r13641.
Backport of r13650 from trunk.
Modified: django/branches/releases/1.2.X/django/contrib/flatpages/tests/views.py
===================================================================
--- django/branches/releases/1.2.X/django/contrib/flatpages/tests/views.py
2010-08-28 06:12:54 UTC (rev 13650)
+++ django/branches/releases/1.2.X/django/contrib/flatpages/tests/views.py
2010-08-28 06:13:41 UTC (rev 13651)
@@ -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.