jazzband / wagtailmenus

An app to help you manage and render menus in your Wagtail projects more effectively
MIT License
398 stars 138 forks source link

Missing migrations in 3.0.2 release #392

Closed brylie closed 3 years ago

brylie commented 3 years ago

I recently upgraded wagtailmenus to 3.0.2. The first time I ran makemigrations aftwords, four new migrations were created for wagtailmenus

$ python manage.py makemigrations
Migrations for 'wagtailmenus':
 /env/lib/python3.8/site-packages/wagtailmenus/migrations/0024_auto_20210518_1119.py
    - Alter field id on flatmenu
    - Alter field id on flatmenuitem
    - Alter field id on mainmenu
    - Alter field id on mainmenuitem

Please include the proper migrations in a 3.0.3 release.

brylie commented 3 years ago

Oh, this might be related to a Django 3.2 upgrade I did recently where I switched the default primary key to BigAutoField.