D61-IA / stellar-gnosis

Gnosis paper management and collaboration tool
Apache License 2.0
0 stars 1 forks source link

Upgrade to latest Django version (> 3.0) #81

Open PantelisElinas opened 4 years ago

PantelisElinas commented 4 years ago

We use Django 2.2.5. However, a newer version is available. As of this writing the most recent release is 3.0.2.

I attempted to upgrade (it does not look like a breaking change) but the django-recaptcha module strictly requires Django 2.* or less.

There is a pull request to upgrade the latter package to support Django 3.* but it has yet to be merged. See, https://github.com/praekelt/django-recaptcha/pull/200

I'm creating this ticket as a reminder that once the above has been merged, we should upgrade to the most recent Django version.