Loading
Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.
If Django is installed in a path that contains non-ASCII characters, the tag failed with UnicodeDecodeError.
If Django is installed in a path that contains non-ASCII characters, the tag failed with UnicodeDecodeError.