Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes

This commit is contained in:
Jon Dufresne 2014-09-18 13:03:09 -07:00 committed by Tim Graham
parent d1e87aebf7
commit c1ef234e31
3 changed files with 13 additions and 2 deletions

View file

@ -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