mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
2c837233f5
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.