Great effort!
What about using
from __future__ import unicode_literals
instead of wrapping every constant with a "u" or "b" functions?
Python 2.6 support 'b' notation so if python 2.5 is not supported there is
no need for "u" and "b" functions.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/KKdiCMaADb4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.