tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Support Django 3+ #100

Open jspetrak opened 3 years ago

jspetrak commented 3 years ago

Upgrade to Django 3.1 now because django.db.models.JSONField is used by Django to store JSON into DB native format. (issue #101)

We intend to upgrade multigtfs to 3.1 as soon as posible, and when 3.2 LTS is released, move to Django 3.2 LTS and keep it as minimal supported version as long as it is viable.