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('django.contrib.flatpages.views',
(r'^(?P<url>.*)$', 'flatpage'),
)