django-cities icon indicating copy to clipboard operation
django-cities copied to clipboard

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

Open mzdehbashi-github opened this issue 1 year ago • 4 comments

Checklist

  • [x] I have verified that I am using a GIS-enabled database, such as PostGIS or Spatialite.
  • [x] I have verified that that issue exists against the master branch of django-cities.
  • [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • [x] 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

mzdehbashi-github avatar Oct 20 '23 12:10 mzdehbashi-github

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...

lociii avatar Oct 24 '23 09:10 lociii

@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 avatar Oct 31 '23 20:10 atmask

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

atmask avatar Feb 21 '24 20:02 atmask

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

LuizDMM avatar Jul 03 '24 11:07 LuizDMM