1
0
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:
Tim Graham
2016-09-09 11:00:21 -04:00
parent 1f3c66fe9f
commit 244c4c06f9
8 changed files with 7 additions and 8 deletions

View File

@@ -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):