- Fixed
RemoteUserLoginView
throwing an exception when no next param was provided. - Prevented
RemoteUserLoginView
's redirect responses from being cached. Previously they were 301, they're now 302 redirects with appropriateCache-Control
headers. - Added version and version_info params to
django_cam_auth_utils
module.
- Initial release