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

added new migration #13

Closed exploide closed 8 years ago

exploide commented 8 years ago

In the meantime, it seems that newer versions of django-cms let makemigrations create a new migration for cmsplugin-simple-markdown. To avoid the unmigrated changes warning in django-cms instances, this PR adds the new migration.

If you like to merge this, please also publish a new release on PyPi. :)

Alir3z4 commented 8 years ago

Thanks @exploide

I'll cut a new release soon.