mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
|
|
@ -1292,7 +1292,7 @@ class CacheUtils(TestCase):
|
|||
|
||||
def test_cache_key_varies_by_url(self):
|
||||
"""
|
||||
get_cache_key keys differ by fully-qualfied URL instead of path
|
||||
get_cache_key keys differ by fully-qualified URL instead of path
|
||||
"""
|
||||
request1 = self.factory.get(self.path, HTTP_HOST='sub-1.example.com')
|
||||
learn_cache_key(request1, HttpResponse())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue