django-machina
stable
Getting started
Example project
Settings
Glossary
Forum permissions
Customization
Machina’s apps reference
Contributing to django-machina
Release notes
Django-machina 1.3
Django-machina 1.2
Django-machina 1.1
Django-machina 1.0
Django-machina 0.7
Django-machina 0.6
Django-machina 0.5
Django-machina 0.5.6 release notes (2017-06-07)
Django-machina 0.5.5 release notes (2017-05-20)
Django-machina 0.5.4 release notes (2017-05-11)
Django-machina 0.5.3 release notes (2017-04-06)
Django-machina 0.5.2 release notes (2017-02-12)
Django-machina 0.5.1 release notes (2017-01-25)
Requirements and compatibility
Minor changes
Django-machina 0.5 release notes (2016-12-20)
Django-machina 0.4
Django-machina 0.3
Django-machina 0.2
django-machina
Docs
»
Release notes
»
Django-machina 0.5.1 release notes (2017-01-25)
Edit on GitHub
Django-machina 0.5.1 release notes (2017-01-25)
¶
Requirements and compatibility
¶
Python 2.7, 3.3, 3.4, 3.5 and 3.6. Django 1.8, 1.9 and 1.10.
Minor changes
¶
Fixed a bug that allowed the posts count associated with each forum profile to be negative when deleting non-approved posts (
#44
)
Removed Django warning related to the presence of the
on_delete
argument (
#45
)