Kaydet (Commit) 058d112e authored tarafından Tim Graham's avatar Tim Graham

Refs #27175 -- Removed an obsolete test comment and DEBUG=True.

As of e62165b8, {% include %}
doesn't silence exceptions.
üst 47aba5ed
......@@ -22,9 +22,7 @@ class TestDataMixin:
cls.superuser = User.objects.create_superuser(username='super', password='secret', email='super@example.com')
# Set DEBUG to True to ensure {% include %} will raise exceptions.
# That is how inlines are rendered and #9498 will bubble up if it is an issue.
@override_settings(DEBUG=True, ROOT_URLCONF='generic_inline_admin.urls')
@override_settings(ROOT_URLCONF='generic_inline_admin.urls')
class GenericAdminViewTest(TestDataMixin, TestCase):
def setUp(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment