I didn't expect this to occur [since I didn't know when django changed to allow _ and . in usernames], 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?