mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Updated capitalization in the word "JavaScript" for consistency
This commit is contained in:
@@ -36,7 +36,7 @@ browsers, our encoding of cookie values was changed so that the characters
|
||||
comma and semi-colon are treated as non-safe characters, and are therefore
|
||||
encoded as ``\054`` and ``\073`` respectively. This could produce backwards
|
||||
incompatibilities, especially if you are storing comma or semi-colon in
|
||||
cookies and have javascript code that parses and manipulates cookie values
|
||||
cookies and have JavaScript code that parses and manipulates cookie values
|
||||
client-side.
|
||||
|
||||
One new feature
|
||||
|
||||
Reference in New Issue
Block a user