* Adds Django 2.0 compatibility. * Fixes issues 81 and 83. * Replaces the use of django.test.client by RequestFactory in unittests.
2.0.9
* Fix issue 77. Template filter tree_comment_gravatar_url must not hard-code http schema in URL (reported by pamost).
2.0.8
* App translation to Finnish, thanks to Tero Tikkanen (terotic).
2.0.7
* Adds missing migration for a field's label (issue 71). * Makes the form label for field 'name' translatable (issue 73).
2.0.6
* Code fixes to enable proper support for the Django Sites Framework. * Code fixes for the `comp` demo site. * Makes demo site dates in initial data files timezone aware. * Improves documentation on setting up demo sites. * Style changes in CSS wells.
2.0.5
* Surpass version number to fix problem with package upload in PyPI. * No changes applied to this version.