richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

Makemigrations create a new migration #194

Closed Arussil closed 5 years ago

Arussil commented 5 years ago

Hi,

I've installed photologue 3.8.1 from PyPi and discovered that using the makemigrations command create a new migration:

`Migrations for 'photologue': venv/lib/python3.7/site-packages/photologue/migrations/0011_auto_20181211_1008.py

this made so that my app would use it as a dependencies when using photologue Fields breaking a new installation as the referenced migration does not exist on the repo.

Thanks,

richardbarran commented 5 years ago

Hi, Apologies for the slow response. Yes, there was a migration missing - I'm not sure why, as the field changed by the migration has not been touched in several years. Maybe some internal bug in the Django migrations code. Anyway, it's fixed now. Thanks for the bug report!