pinax-ratings icon indicating copy to clipboard operation
pinax-ratings copied to clipboard

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

Open emilianocastaneda opened this issue 3 years ago • 1 comments

Template instructions

  • Fill out what is applicable
  • Delete what you do not fill out

Tips for an ideal issue

  • You have read our Code of Conduct: https://github.com/pinax/.github/blob/master/CODE_OF_CONDUCT.md
  • You have read our Contributing info: https://github.com/pinax/.github/blob/master/CONTRIBUTING.md
  • You have checked to make sure the issue does not already exist

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

  • OS: linux ubuntu server 20.04
  • Browser [e.g. Chrome, Firefox, Safari, Brave]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

emilianocastaneda avatar May 27 '21 17:05 emilianocastaneda

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

minusf avatar Aug 24 '22 08:08 minusf