pinax / pinax-ratings

a ratings app for Django
MIT License
90 stars 28 forks source link

When installing pinax 4.0.0, three migration files come with the package, but a fourth is required so running makemigrations is necesary to fix it #52

Open emilianocastaneda opened 3 years ago

emilianocastaneda commented 3 years ago

Template instructions

Tips for an ideal issue

Describe the bug When installing pinax 4.0.0, three migration files come with the package, but a fourth is required so running django-admin makemigrations is necesary to generate this fourth, before the django-admin migrate

Reproduce behavior install pinax 4.0.0 run django-admin makemigrations a fourth migrations file appears on the migrations folder

Expected behavior this fourth migration file should come inside the package

Screenshots If applicable, add screenshots to help explain your problem.

Desktop

Additional context Add any other context about the problem here.

minusf commented 2 years ago

Please release a package with the missing migration. Deployments/installations shouldn't run makemigrations.