Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 874 Bytes

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 874 Bytes

Changelog

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.

[1.2.0 - Unreleased]

Added

  • 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 and anonymous_login
  • Cookie authentication support

Changed

  • pre-commit configuration

Removed

  • Support for Python 3.8
  • Support for Django 3.2 and 4.1

[1.1.0]

Added

  • settings.ANONYMOUS_LOGIN_EXPIRATION to allow expiration of AnonymousLogin

Added

  • Initial setup