django-class-based-auth-views 0.2

django-class-based-auth-views is a reimplementation of django.contrib.auth.views as class based views. Hopefully at some point this project or something similar will make it into django proper.Currently only LoginView is implemented. The others will...