Mayan EDMS v3.2.10 Release Notes

Release Date: 2019-11-19 // over 4 years ago
    • Auto-import dependencies. No need to use: from .dependencies import * # NOQA
    • ➕ Add makefile target to run all tests in debug mode. This mode is more strict and sidesteps a Django bug that causes errors in the template code that to be silent during tests.
    • Rename expected_content_type to expected_content_types and allow a list of content types to be specified.
    • ➕ Add missing label to metadata and file metadata model properties entries.
    • 👌 Improve workflow field help text. Make it usable for the creation/edit form help text and for the column pop over.
    • 🛠 Fix NamedMultiWidget issue on Python 3. Affects document checkout form. GitLab issue #683. Thanks to John Bentley (@johnbentleyii) for the report.
    • ➕ Add missing Event class cache invalidation when calling the refresh() method.
    • 👉 Use timezone aware date for document statistics.
    • 👉 Show placeholder label on invalid action classes Instead of throwing an error a sample label of "Unknown action type" will be used and allow users to delete the unknown state action.
    • 📚 Automate paths in documentation.
    • Settings chapter improvements.
    • 📚 Documentation paths consistency fixes.
    • Expand custom Python setting section.