############################################# Django-machina 1.3 release notes (2023-05-27) ############################################# Requirements and compatibility ------------------------------ Python 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. Django 3.2, 4.0, 4.1, and 4.2. Major changes ------------- * It is now possible to explicitly configure that poll results should be hidden when creating topics (`#280 `_) Minor changes ------------- * The ``get_class`` function now supports apps that are defined in ``INSTALLED_APPS`` using dotted paths to configuration classes, such as ``machina.forum_tracking.apps.ForumTrackingAppConfig`` for example (`#288 `_)