Open djangoat opened 8 years ago
Changes in Django 1.10 middleware stuff now means password_policies.middleware.PasswordChangeMiddleware is now broken.
https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware
Small change here fixes it.
Changes in Django 1.10 middleware stuff now means password_policies.middleware.PasswordChangeMiddleware is now broken.
https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware
Small change here fixes it.