Closed GoogleCodeExporter closed 9 years ago
I've had good luck by updating urls regex to allow spaces, for example:
url(r'^(?P<username>[\w ]+)/$', 'profiles.views.profile',
name='profile_detail'),
Original comment by gromp...@gmail.com
on 14 Oct 2008 at 11:30
As there's a workaround I'm going to close this as there are no plans to make
this
the default
Original comment by jtau...@gmail.com
on 27 Oct 2008 at 10:44
Original issue reported on code.google.com by
gromp...@gmail.com
on 14 Oct 2008 at 9:39