Django 1.6 and django-registration: built-in authentication views not picked up
问题 I am trying to upgrade my webapp from Django 1.5 to Django 1.6 and as part of my set of django apps I am using django-registration 1.0. After upgrading to Django 1.6 my app does not recognize the built-in authentication views any more. They are integrated in django registration as can be seen here, but they stopped working. The Django release notes describe a change in the way these views should be integrated, when comparing that to the source code in the registration-app that looks fine. I