Hello!
I am having a rather weird problem in a sense that I can't understand what it might be. My site uses django-registration and all works fine, but if I restart django dev. server in the middle of the session (i.e. been logged in) I immediately get error:
Caught an exception while rendering: Reverse for 'django.contrib.auth.decorators._CheckLogin object at 0x235aa50' with arguments '()' and keyword arguments '{}' not found.
Once again: all works fine if I don't restart dev. server. This error happens if and only if I restart djange dev. server been logged into my site.