mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
All input is now coerced to text before being normalized. This changes nothing under Python 2 but it allows bytes to be passed to the function without a TypeError under Python3 (bytes are assumed to be utf-8 encoded text). Thanks to trac user vajrasky for the report.
6.4 KiB
6.4 KiB