Skip to content

1.16.1

Compare
Choose a tag to compare
@ppfeufer ppfeufer released this 06 Aug 17:37
· 789 commits to master since this release
8488c4f

[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

Full Changelog: v1.16.0...v1.16.1