urga / djangocms-slider

A simple django cms slideshow plugin
GNU General Public License v2.0
10 stars 16 forks source link

Remove dependency in initial migration #10

Closed MacLake closed 6 years ago

MacLake commented 6 years ago

Remove dependency ('cms', '__latest__') in migrations/0001_initial.py because it leads to an exception: django.db.migrations.exceptions.InconsistentMigrationHistory when there are new Django CMS migrations, which are then a dependency of the already executed initial slider migration.

driesdesmet commented 6 years ago

Thank you.