1.16.1
[1.16.1] - 2022-08-06
Update Information
This release includes all changes from 1.16.0 (YANKED) as well as the following:
If you already installed v1.16.0 and successfully ran migrations, please run the following command before updating to this version.
python manage.py migrate aasrp 0006
This will re-set your migrations to the state of v1.15.2, and you can update as you would normally do from here.
If you haven't installed v1.16.0 yet, you can just update as usual.
Fixed
- Migration error for MySQL8 (
django.db.utils.OperationalError: (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'comment_time' at row 1")
)
Thanks to Rhaven (on AA support Discord) for reporting and testing this
Removed
- Python 3.11 from tests. AA is not tested yet with it, and it's not even stable at the moment.
Git History
- [FEATURE] Comment form on request accept by @ppfeufer in #74
- [FIX] MySQL8 migration error by @ppfeufer in #76
- Next Release - v1.16.1 by @ppfeufer in #77
Full Changelog: v1.16.0...v1.16.1