mirror of
https://github.com/django/django.git
synced 2025-10-29 08:36:09 +00:00
[1.10.x] Normalized spelling of ETag.
Backport of ef021412d5 from master
This commit is contained in:
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
@@ -2078,7 +2078,7 @@ class TestWithTemplateResponse(SimpleTestCase):
|
||||
Tests various headers w/ TemplateResponse.
|
||||
|
||||
Most are probably redundant since they manipulate the same object
|
||||
anyway but the Etag header is 'special' because it relies on the
|
||||
anyway but the ETag header is 'special' because it relies on the
|
||||
content being complete (which is not necessarily always the case
|
||||
with a TemplateResponse)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user