1.20.0
[1.20.0] - 2023-06-24
This release includes all the changes from v1.20.0-alpha.1 as well as the following:
⚠️ Important ⚠️
Updating From the Alpha Version
If you by any chance installed v1.20.0-alpha.1 you have to reset the migrations before updating to this version.
This release contains multiple migrations from the development process that have been combined.
To reset the migration from the Alpha version, simply run:
python manage.py migrate aasrp 0009
If you are unsure, you can check which migrations are applied with:
python manage.py showmigrations aasrp
If the last line does not say [X] 0010_change_model_names_and_verobose_names
, you are good to go. (And yes, I know, there is a typo in that migration name.)
Updating Process
This version has quite some changes to its database models, so please make sure to back up your database before you update.
These database changes mean that apps which use any of this app's DB tables (e.g.: Grafana Dashboards if you use them or AA Fleet Pings) will break and will need to be updated as well. For AA Fleet Pings there will be a release alongside this one.
Once you have your database backed up, run the following:
pip install aa-srp==1.20.0
python manage.py migrate aasrp
After that, update all other apps that need to be updated following the usual process.
Removed
- Hardcoded category ID and using the constant from
django-eveuniverse
directly
Changed
- Moved settings from
local.py
to the database - Existing translations improved
- Minimum requirements
- allianceauth>=3.0.0
- allianceauth-app-utils>=1.19.0
- django-eveuniverse>=1.2.0
Fixed
AttributeError: 'NoneType' object has no attribute 'character_name'
for
SrpRequest
model- SRP code in Discord channel message
Git History
- Translations update from Weblate by @ppfeufer in #106
- Translations update from Weblate by @ppfeufer in #107
- Translations update from Weblate (ppfeufer) by @ppfeufer in #108
- The Big Renamesky by @ppfeufer in #109
- Translations update from Weblate (ppfeufer) by @ppfeufer in #110
- [CHANGE] views split up into multiple files by @ppfeufer in #111
- [Release] v1.20.0-alpha.1 by @ppfeufer in #112
- Translations update from Weblate (ppfeufer) by @ppfeufer in #113
- Move app settings to db by @ppfeufer in #114
- Translations update from Weblate (ppfeufer) by @ppfeufer in #115
- Translations update from Weblate (ppfeufer) by @ppfeufer in #116
- [RELEASE] v1.20.0 by @ppfeufer in #117
Full Changelog: v1.19.0...v1.20.0