You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jribbens would you be interested in adding support for Django 4+ to djangocms-style? This would require updating test requirements, adjusting Django version-specific code ( largely automated with Django-upgrade) and updating readme and setup.py?
Description
djangocms 3.11.4 is missing migrations for plugins.
Steps to reproduce
./manage.py migrate
pip install -U django-cms
./manage.py makemigrations
and notice that there are missing migrations for every pluginExpected behaviour
Migrations are part of the packages.
Actual behaviour
Migrations are missing.
Screenshots
Example missing migration for cmsplugin_style:
Do you want to help fix this issue?
The text was updated successfully, but these errors were encountered: