mirror of
https://github.com/django/django.git
synced 2025-03-14 03:10:45 +00:00
[1.6.x] Fixed a typo in urlencode documentation.
Backport of 62a53bdf11 from master
This commit is contained in:
parent
7d90fed1a0
commit
ab0899fc6b
@ -689,7 +689,7 @@ escaping HTML.
|
||||
.. function:: urlencode(query, doseq=0)
|
||||
|
||||
A version of Python's urllib.urlencode() function that can operate on
|
||||
unicode strings. The parameters are first case to UTF-8 encoded strings
|
||||
unicode strings. The parameters are first cast to UTF-8 encoded strings
|
||||
and then encoded as per normal.
|
||||
|
||||
.. function:: cookie_date(epoch_seconds=None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user