All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for Python 3.12 and 3.13
- Support for Django 5.0 and 5.1
- Mixin for User to provide properties
is_anonymous_login
andanonymous_login
- Cookie authentication support
- pre-commit configuration
- Support for Python 3.8
- Support for Django 3.2 and 4.1
- settings.ANONYMOUS_LOGIN_EXPIRATION to allow expiration of AnonymousLogin
- Initial setup