------------------ Fixes an issue with saving entries in Django 1.9 caused by a previously faulty version of django-markitup.
2.1.0
------------------ Django 1.9 support, drops Django 1.7 support
2.0.0
------------------ Adds support for titles and slugs up to 255 characters in length. **Major: Migration will auto-truncate existing titles that are > 255 characters** * Thanks Federico (fedejaure) for the fork that inspired the change. * Thanks Brad Montgomery for design input, fix and feature change.
1.4.2
------------------ Fixed unicode support for models * Thanks Samuel Mendes for the report and fix.
1.4.1
------------------ Fixed a missing migration bug * Thanks bradmontgomery for the report and fix. * CI tests now include a missing migration check.
1.4.0
------------------ Support for Django 1.7.x - Django 1.8.x * Adds support for Django 1.8 * Drops support for Django 1.6 and therefore south_migrations