Alir3z4 / cmsplugin-simple-markdown

A plugin for django-cms that provides just a markdown plugin and nothing more.
http://pypi.python.org/pypi/cmsplugin-simple-markdown
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

0001_initial.py references non-existent migration #9

Closed tomassommar closed 8 years ago

tomassommar commented 9 years ago

In 0001_initial.py, there's a reference to a non-existent migraiton:

dependencies = [
        ('cms', '0006_auto_20150419_0900'),
    ]

However, as far as I can see there is no 0006_auto_20150419_0900' migration in any version of django-cms.

tomassommar commented 9 years ago

Perhaps it was meant to reference 0011_auto_20150419_1006 ?