mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed many spelling mistakes in code, comments, and docs.
This commit is contained in:
parent
b6dd0afead
commit
93452a70e8
61 changed files with 187 additions and 187 deletions
|
@ -392,7 +392,7 @@ class CsrfViewMiddlewareTest(SimpleTestCase):
|
|||
def test_https_csrf_wildcard_trusted_origin_allowed(self):
|
||||
"""
|
||||
A POST HTTPS request with a referer that matches a CSRF_TRUSTED_ORIGINS
|
||||
wilcard is accepted.
|
||||
wildcard is accepted.
|
||||
"""
|
||||
req = self._get_POST_request_with_token()
|
||||
req._is_secure_override = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue