* Fixes issues 76, 86 and 87. * Request user name and/or email address in case the user is logged in but the user's email attribute is empty and/or the user's get_full_name() method returns an empty string.
2.0.10
* 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 xtd_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.