coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
913 stars 377 forks source link

provide django4 compatibility - Fix Travis #227

Closed arthanson closed 2 years ago

arthanson commented 2 years ago

provide django4 compatibility Co-authored-by: Frank DiRocco 160608+fdr2@users.noreply.github.com

Updated travis (running on my fork) to check vs newer pythons Updated travis to check vs newer Django versions, including 4.0 Needed to upgrade Postgres as Django 4 doesn't support the old Postgres 9.6 Fixed Django imports to work in older and new versions Updated readme compatibility matrix.