coderholic / django-cities

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

Removing unmaintained warning #211

Closed adamhaney closed 2 years ago

adamhaney commented 5 years ago

This was just a README change so I'm taking from this that tests aren't currently passing on master. I'm going to try to debug why that is this evening and see if I can get a PR that removes the unmaintained warning AND passes the build for currently master.

blag commented 5 years ago

Either merge #212 and rebase off of master, or rebase off of my blag/few-updates branch to fix the flake8 issues in the Travis tests.

Also, see my unfinished-business branch for work that I started but was unable to complete.

arthanson commented 2 years ago

Removed unmaintained in separate merged PR, closing this one for now. Will look at code cleanup / flake8 separately.