- Dropped support for Python 3.5, 3.6, 3.7, 3.8, and 3.9
- Dropped support for Django 2.2, 3.0, and 3.1
- Confirmed support for Python 3.10, 3.11, 3.12, and 3.13
- Confirmed support for Django 4.2, 5.2, and 6.0
- All Python code is now formatted with black.
- Remove the abandoned dependency webservices, causing issues in the newer python versions because of the use of reserved names.
- Increased the max length of the Token.Token.redirect_to field to 1023
- Added support to update user-data on login (#61)
- Added changelog
- Added test framework
- Added support for Django 3.1
- Dropped support for Python 2.7 and Python 3.4
- Dropped support for Django < 2.2
- Aligned files with other addons
- Pinned itsdangerous<1.0.0 as the timestamp calculations changed