﻿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
21934	Missing import statements (e.g. unicode literals) in contrib.gis	david.fischer.ch@…	nobody	"
There are a lot of source files that does not start with :

{{{
from __future__ import unicode_literals
}}}

I am developing a website that uses the GeoDjango framework to display Google-based maps with french markers.
With the current release of the framework my website crashes with a bad stack trace.

I haven't a lot of time to contribute to this project. So I do not want to spend hours only to develop unit-tests that prove my small contribution make it work.

I already tried to contribute to this project, I spent few minutes to fix this issue and then hours to implement the unit-test that anyone can run before / after the modifications to see that this will fix the issue.

Please, follow your own guildelines !!

https://docs.djangoproject.com/en/dev/ref/unicode/

... And add more accents to the strings in the unit-tests."	Bug	closed	GIS	dev	Normal	fixed	unicode,i18n		Accepted	1	0	0	1	0	0
