#15404: "from __future__ import unicode_literals" in "settings.py" --------------------------------------------------------------------+------- Reporter: Andrej A Antonov (at Tower-39) <plm.tower39@…> | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Keywords: | Triage Stage: Unreviewed Has patch: 0 | --------------------------------------------------------------------+------- good day!
if: in file '''my_web_site/settings.py''' to insert line: {{{#!python from __future__ import unicode_literals }}} than: command... python2.6 -m my_web_site.manage test ....showing many many many many errors (errors related to unicode) at least that errors related with parameters: * DATABASES * SECRET_KEY (this parameters no-error only in '''byte-strings''', but not '''unicode''') but Django-documentation say that: ''Django natively supports Unicode data everywhere.'' (http://docs.djangoproject.com/en/dev/ref/unicode/) thanks! -- Ticket URL: <http://code.djangoproject.com/ticket/15404> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.