ChangelogΒΆ

0.2.0

Added support for django CMS 3.x.

Note

django CMS 2.x is no longer compatible with this release.

0.1.1
Bugfixes.
0.1.0

Alpha release, started changelog.

Warning

If migrating from an earlier version, some fields may be lost. Backup before upgrading.

Note

To migrate from earlier versions using south you will need to install version 0.0.99 first and run python manage.py migrate blogit. Then upgrade to version 0.1.0 and run python manage.py migrate blogit 0001 --fake --delete-ghost-migrations.