coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
913 stars 377 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 8 months ago

mzdehbashi-github commented 8 months 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 8 months 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 8 months 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 4 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 1 week ago

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