coderholic/django-cities

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

mzdehbashi-github opened this issue · 4 comments

Checklist

  • I have verified that I am using a GIS-enabled database, such as PostGIS or Spatialite.
  • I have verified that that issue exists against the master branch of django-cities.
  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • I have reduced the issue to the simplest possible case.
  • I have included a failing test as a pull request. (If you are unable to do so we can still accept the issue.)

Steps to reproduce

  • download the latest version from pip
  • do the basic configurations
  • run migrations
  • run makemigrations (new file cities/migrations/0012_alter_country_neighbours.py) would get generated

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

This is fixed in #235 but not yet released.
We're waiting for a new release for a very long time now...

atmask commented

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

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

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