Released: March 1, 2024
Updated dependency versions:
Replaced distutils with setuptool.
Removed diagram generator markup. The library used to generate diagrams is not longer maintained and breaks after the last Pillow upgrade. Removed all diagram markup until a replacement can be found.
Encapsulated MPTT exceptions as validation errors when users attempt to perform invalid index template node tree manipulations.
Updated DEFAULT_SEARCH_QUERY_RESULTS_LIMIT from 100000 to 10000 to workaround conflicting with the ElasticSearch non scroll search hard coded limit.
Separated the code/template translation and JavaScript translation handling. This required changing the app flag has_translations to has_app_translations. It also requires adding the app flag has_javascript_translations which defaults to False.