Closed sephii closed 5 months ago
Running python -m django makemigrations --check --dry-run reports a missing migration for djangocms-column. This PR adds the missing migration.
python -m django makemigrations --check --dry-run
master
By the way this fixes https://github.com/django-cms/djangocms-column/issues/57
Description
Running
python -m django makemigrations --check --dry-run
reports a missing migration for djangocms-column. This PR adds the missing migration.Related resources
...
...
Checklist
master