All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
Has to do with Issue 243.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')),
)