Checklist
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