v2.6 - Python 3.11/Django 4.0 and Feature signup
This release upgrades to Python 3.11 (from 3.6), and Django 4.1 (from 2.2)
Furthermore, introduces signup functionality
What's Changed
- Reword userdata feature by @krestenlaust in #454
- Fix wrong parameter supplied MobilePayment-object by @krestenlaust in #457
- [Bug fix] Sanitize csv mails by @Mast3rwaf1z in #453
- Upgrade dependencies and Python to 3.11 by @BoAnd in #409
- Rollback Django to 4.1 for MySQL 5.7 support by @krestenlaust in #461
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #463
- [Fix] Add remaining member data to userdata csv by @Mast3rwaf1z in #465
- Changed username check to be case insensitive by @patrickreiffenstein in #468
- Document mailhog by @Mast3rwaf1z in #467
- Vipps API - Sample tokens file by @krestenlaust in #429
- Setup guide for Mac users. #450 by @BoAnd in #470
- Add Production requirements by @krestenlaust in #471
- Feature signup by @jonasKjellerup in #297
- Upgrade products table to modern HTML by @atjn in #475
- Remove prefixed declarations by @atjn in #476
- Hotfix: 'Ignore' status not being updated by @krestenlaust in #484
- Hotfix: Update trusted origins in CSRF-settings by @krestenlaust in #485
- Upgrade header to modern HTML by @atjn in #480
- Remove old autofocus hack by @atjn in #472
- Make education and E-mail mandatory in Signup form by @krestenlaust in #490
- Simple 'finished' button by @oliverdalgaard in #497
- Refactor (foobar) razzia by @krestenlaust in #495
- Only load cursor styles when cursor is used by @atjn in #498
- Improve GDPR implementation by @atjn in #496
New Contributors
- @oliverdalgaard made their first contribution in #497
Full Changelog: v2.5.1...v2.6