Skip to content

Django 5 related issues #783

@tcely

Description

@tcely

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:

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions