coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
930 stars 374 forks source link

Related migration file for field `BaseCountry.neighbours` is not included in the code in latest release version v0.6.1 #238

Open mzdehbashi-github opened 1 year ago

mzdehbashi-github commented 1 year ago

Checklist

Steps to reproduce

Expected behavior

The file (cities/migrations/0012_alter_country_neighbours.py) should exist in the code related to this tag as it already exists in the master branch

Actual behavior

The file (cities/migrations/0012_alter_country_neighbours.py) does NOT exist in the code

lociii commented 1 year ago

This is fixed in https://github.com/coderholic/django-cities/pull/235 but not yet released.
We're waiting for a new release for a very long time now...

atmask commented 1 year ago

@coderholic What is the state of the repo? Is this still being maintained. If so are there any planned releases to resolve this issue?

atmask commented 9 months ago

@arthanson It looks like you are maintaining this repo. Any plans to release this merged fix in a 0.6.2 version?

LuizDMM commented 4 months ago

Just letting everyone know: version 0.6.2 was published fixing this issue.