-
-
Notifications
You must be signed in to change notification settings - Fork 140
Description
After #765, the Django version jumped from 3.2
to the current latest (5.1
). Along with this change, the minimum Python version is now 3.8
.
Anyone seeking to add code, to this repository, should skim the link below to see the new features and syntax available from this minimum Python version:
https://docs.python.org/3/whatsnew/3.8.html
So, despite things working for the most part some issues related to the most recent version of Django have been reported:
- CSRF verification failed. Request aborted. #772
- Cant se my upcoming channel updates #781
- Manually refreshing channel gives error #782
- Error on reset-tasks : Data too long for column 'uuid' at row 1 #789
Django CSRF verification failure
The Django 5.1
CSRF verification failure was solved by passing headers for Django to use from nginx
and enabling the settings to use those headers. (More details: #786)
MariaDB
UUID
Support
MariaDB
had a specific problem with UUIDField
because the column type used by the database tables was changed. This required manual changes to the database tables.
Useful links for more information:
Metadata
Metadata
Assignees
Labels
Projects
Status