﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15404	"""from __future__ import unicode_literals"" in ""settings.py"""	Andrej A Antonov (at Tower-39) <plm.tower39@…>	nobody	"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!
"		closed	Uncategorized	1.2		wontfix			Unreviewed	0	0	0	0	0	0
