Missing Migration
See original GitHub issueNoticed a missing migration file from the project when upgrading to 3.9.0, however seems like it may have existed for a while now.
root@4ecd6a56c6c2:/mysite# python manage.py makemigrations Migrations for ‘cities_light’: /usr/local/lib/python3.8/site-packages/cities_light/migrations/0011_auto_20220219_1945.py - Alter field id on city - Alter field id on country - Alter field id on region - Alter field id on subregion
Steps to reproduce
pip install django django-cities-light
django-admin startproject mysite
cd mysite
# add 'cities_light' to mysite/settings.py with your favourite editor
# nano mysite/settings.py
python manage.py makemigrations
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Missing Migrants - International Organization for Migration
Missing Migrants Project is an initiative implemented since 2014 by the International Organization for Migration (IOM) to document deaths and disappearances ...
Read more >Missing migrants | ICRC
Missing migrants. Every year, hundreds of thousands of people live their homes in search of a better life. Many are injured or killed....
Read more >Missing Migrants - Humane Borders
El Servicio Jesuita a Migrantes is a group that assists families in their search for a migrant who has gone missing in Mexico....
Read more >How to Find a Missing Migrant
First Step: Call the consulate of the country of origin of the missing person. Call the one closest to the location where they...
Read more >Missing Migrants Project (@MissingMigrants) / Twitter
IOM's Missing Migrants Project documents deaths and disappearances along migratory routes worldwide. Data collection based at.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
To everyone pending of this migration, now is on production. It was released under the 3.9.1 release.
Hi @Audiopolis can you check with the last version deployed on pypi?