mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes
This commit is contained in:
parent
d1e87aebf7
commit
c1ef234e31
3 changed files with 13 additions and 2 deletions
|
@ -607,6 +607,10 @@ Miscellaneous
|
|||
* The default max size of the Oracle test tablespace has increased from 200M
|
||||
to 500M.
|
||||
|
||||
* :func:`~django.core.urlresolvers.reverse` and
|
||||
:func:`~django.core.urlresolvers.reverse_lazy` now return Unicode strings
|
||||
instead of byte strings.
|
||||
|
||||
.. _deprecated-features-1.8:
|
||||
|
||||
Features deprecated in 1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue