openoakland / OakCrime-Decommissioned

Code supporting citizen analysis of crime in Oakland, CA
22 stars 16 forks source link

Upgrade to Django 1.11 #18

Closed clintonb closed 5 years ago

clintonb commented 5 years ago

Django 1.10 reached end-of-life (EOL) in December 2017. Update to Django 1.11 to ensure support through April 2020. More info on the Django's supported versions is available at https://www.djangoproject.com/download/#supported-versions.

rbelew commented 5 years ago

v0.3 includes upgrade to 2.0.6, only to find there's a security issue making 2.0.8 better(:

clintonb commented 5 years ago

Note that I intentionally upgraded to 1.11.x since it is an LTS version. 2.0.x will only be supported until April 2019 at which point you will need to be upgrade to 2.1.x. I recommend sticking with the LTS version to avoid the upgrade treadmill, unless there is a compelling reason to use a non-LTS version.