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_classfunction now supports apps that are defined inINSTALLED_APPSusing dotted paths to configuration classes, such asmachina.forum_tracking.apps.ForumTrackingAppConfigfor example (#288)