mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.10.x] Normalized spelling of ETag.
Backport of ef021412d5 from master
This commit is contained in:
@@ -5990,7 +5990,7 @@ class InlineAdminViewOnSiteTest(TestCase):
|
||||
|
||||
|
||||
@override_settings(ROOT_URLCONF='admin_views.urls')
|
||||
class TestEtagWithAdminView(SimpleTestCase):
|
||||
class TestETagWithAdminView(SimpleTestCase):
|
||||
# See https://code.djangoproject.com/ticket/16003
|
||||
|
||||
def test_admin(self):
|
||||
|
||||
Reference in New Issue
Block a user