That probably means that the regex url pattern you defined for feed_user in your urls.py file doesn't allow '.'
Hope that helps, Alex On Jul 22, 11:11 am, Roboto <[email protected]> wrote: > I didn't expect this to occur, but when I attempt > {% url feed_user entry.username %} > > I will get a 500 error when the username contains a '.' > In this case rob.e as a username will fail. > > Any ideas how to deal with this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

