- String representation for Python 3.
- Django 2.1 support. The minimum supported Django version is now 1.11.
- Added coveralls
- Django 2 support. The minimum supported Django version is now 1.10.
- Compatibility for Python 3.5 and Django 1.11.
- Actual unit tests.
- Compatibility from Django 1.6 to 1.9.
- __unicode__ method now returns a sensible result.
- Fix tree view.
- Added sites and subtitle fields.
- Dependency cleanup.
- Added get_absolute_url on Category
- Use prepopulate_fields for admin interface
- Parent category field added
- South migration path created
- Tree view of categories and tags
- Docs, testrunner.