############################################# Django-machina 0.7 release notes (2018-08-18) ############################################# Requirements and compatibility ------------------------------ Python 2.7, 3.4, 3.5, 3.6 and 3.7. Django 1.11, 2.0 and 2.1. Minor changes ------------- * Topics are now a "raw ID field" in the post admin pages (`#99 `_) * New filters are available in the admin interface for forum permissions (`#137 `_) Fixes ----- * Fix incorrect labels appearing when using the select widget associated with the forum tree (`#102 `_) * Prevent user from trying to create forums under a link in the admin (`#121 `_) * Ensured navbar brand text can be customized (`#122 `_) Backwards incompatible changes ------------------------------ * The ``TopicSubscribtionListView`` view was renamed ``TopicSubscriptionListView`` (`#139 `_)