Released: December 7, 2023
Status: Stable
Updated the Django version used from 3.2.22 to 3.2.23.
Updated the Debian Docker base image from tag debian:12.1-slim to debian:12.2-slim.
Added sanity check to the form DynamicFormBackendMixin
to ensure form
definition dictionaries are not mangled but copied instead.
Fixed Django file based mailer by adding the missing method
get_connection_kwargs
.
Added the missing mailing profile default
field to the creation and
edit forms.
Replaced hard coded mailer object_name
with model verbose
introspection when composing the document, document file, and document
version email sending form.