-
Dominik Janků authored
There are some programmers using unicode strings by default in Python 2 (from __future__ import unicode_literals). In that case "str.lower" raises TypeError (str type is expected, unicode given). This propose fixed mentioned issue.
2a55cd5c
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | ||
| ajax.py | ||
| base.py | ||
| fields.py | ||
| filters.py | ||
| form.py | ||
| helpers.py | ||
| template.py | ||
| typefmt.py | ||
| widgets.py |