Closed TitanFighter closed 8 years ago
What is 0006_auto_20160923_1625? There is no migration with this name: https://github.com/hovel/pybbm/tree/master/pybb/migrations
Yeap. My fault. I checked what is inside of 0006_auto_20160923_1625
and found:
field=models.CharField(blank=True, choices=[('en', 'English'), ('ru', 'Russian'), ('uk', 'Ukrainian')], default='ru', max_length=10, verbose_name='Language'),
I guess that this migration change is based on my language settings.
Sorry for the inconvenience.
Hi. With v0.18.2 there is a little issue with migrations:
Can be fixed by
makemigrations --merge
, but anyway migration is not smooth :) Result ofmerge
: