What's Changed
Security
- #6212 - Updated
Django
to~4.2.16
to addressCVE-2024-45230
andCVE-2024-45231
.
Fixed
- #6184 - Fixed an exception in
extras.models.groups._map_filter_fields
method when certain Appfilter_extensions
were present. - #6190 - Added
display
property to Prefix to display its namespace along with the prefix to allow differentiation between prefixes in the UI. - #6197 - Fixed an exception in
core.utils.lookup.get_model_for_view_name
function when rendering certain App object list views. - #6203 - Fixed a performance regression observed when change logging resulted in a large number of ObjectChange records (such as in an SSOT Job).
Dependencies
- #6084 - Updated
pyuwsgi
to~2.0.26
andPyYAML
to~6.0.2
.
Housekeeping
- #5376 - Disabled
coverage
during initial test database setup to improve test performance. - #6084 - Updated development dependencies
factory-boy
to~3.3.1
,ruff
to~0.5.7
, andwatchdog
to~4.0.2
. - #6084 - Updated documentation dependency
mkdocs-material
to~9.5.33
. - #6155 - Updated the invoke.yml.example dev file to use latest values.
- #6212 - Updated documentation dependencies
mkdocs
to~1.6.1
,mkdocs-material
to~9.5.34
, andmkdocstrings-python
to~1.10.9
. - #6212 - Updated development dependency
pylint
to~3.2.7
.
Contributors
New Contributors
- @brandomando made their first contribution in #6190
Full Changelog: v2.3.2...v2.3.3