simplworld / simpl-games-api

An open source platform for creating amazing games and simulations
https://simpl.world/
GNU General Public License v2.0
7 stars 5 forks source link

Upgrade to Django 2.2 #15

Closed janeeisenstein closed 5 years ago

janeeisenstein commented 5 years ago

The Django 1.11 LTS support ends April 2020. We need to upgrade to Django 2.2, which currently has mainstream support and will have LTS until April 2022.

janeeisenstein commented 5 years ago

@jefftriplett I did some work on the 15-django-2.0 branch that might (or might not) be useful to you. All tests relying on urls are currently commented out on that branch.

Simpl-users 0.8.0 supports Django 2.2. Please bump the minor version once the api works with Django 2.2.

jefftriplett commented 5 years ago

@janeeisenstein that was super helpful and saved me quite a bit of time. Thank you! (PR is up btw)