Skip to content

v1.5.0

Latest

Choose a tag to compare

@MarcoSteinacher MarcoSteinacher released this 10 Aug 17:23
· 24 commits to develop since this release
v1.5.0
233bb95

Upgrade Notes

With the upgrade to Django 5.2, UUID model fields of third party apps need to be converted manually, if you use MariaDB 10.7+. Run the following management commands after the update/database migration:

./manage.py convert_thirdparty_mariadb_uuids
./manage.py convert_mariadb_uuids   # wagtail has its own conversion command

For more information see:

What's Changed

New features

  • Allow multiple (subsequent) memberships [COHIV-139] by @x4nd3r in #354
  • Support multiple actions to create documents [COHIV-258] @x4nd3r in #362
  • Track oauth logins and send notification about users logging in for the first time by @MarcoSteinacher in #361
  • Make ALTCHA captcha field available and use it in registration form. by @MarcoSteinacher in #368
  • Add settings to hide fields in the admin UI by @MarcoSteinacher in #341

Bugfixes & Improvements

Maintenance

New Contributors

Full Changelog: v1.4.4...v1.5.0