mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
[1.2.X] Removed a stray DEBUG=True test setting introduced in r13641.
Backport of r13650 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c868c368eb
commit
37d5ec34b6
@ -18,7 +18,7 @@ class FlatpageViewTests(TestCase):
|
|||||||
'templates'
|
'templates'
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
settings.DEBUG = True
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
settings.MIDDLEWARE_CLASSES = self.old_MIDDLEWARE_CLASSES
|
settings.MIDDLEWARE_CLASSES = self.old_MIDDLEWARE_CLASSES
|
||||||
settings.TEMPLATE_DIRS = self.old_TEMPLATE_DIRS
|
settings.TEMPLATE_DIRS = self.old_TEMPLATE_DIRS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user