mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Updated documentation and comments for RFC updates.
- Updated references to RFC 1123 to RFC 5322 - Only partial as RFC 5322 sort of sub-references RFC 1123. - Updated references to RFC 2388 to RFC 7578 - Except RFC 2388 Section 5.3 which has no equivalent. - Updated references to RFC 2396 to RFC 3986 - Updated references to RFC 2616 to RFC 9110 - Updated references to RFC 3066 to RFC 5646 - Updated references to RFC 7230 to RFC 9112 - Updated references to RFC 7231 to RFC 9110 - Updated references to RFC 7232 to RFC 9110 - Updated references to RFC 7234 to RFC 9111 - Tidied up style of text when referring to RFC documents
This commit is contained in:
parent
fad070b07b
commit
9bd174b9a7
34 changed files with 97 additions and 103 deletions
|
@ -189,8 +189,7 @@ class FileUploadTests(TestCase):
|
|||
|
||||
def test_unicode_file_name_rfc2231(self):
|
||||
"""
|
||||
Test receiving file upload when filename is encoded with RFC2231
|
||||
(#22971).
|
||||
Receiving file upload when filename is encoded with RFC 2231.
|
||||
"""
|
||||
payload = client.FakePayload()
|
||||
payload.write(
|
||||
|
@ -219,8 +218,7 @@ class FileUploadTests(TestCase):
|
|||
|
||||
def test_unicode_name_rfc2231(self):
|
||||
"""
|
||||
Test receiving file upload when filename is encoded with RFC2231
|
||||
(#22971).
|
||||
Receiving file upload when filename is encoded with RFC 2231.
|
||||
"""
|
||||
payload = client.FakePayload()
|
||||
payload.write(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue