v2.3.13 - 2024-12-10 #6642
HanlinMiao
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Security
Django
to~4.2.17
due toCVE-2024-53907
andCVE-2024-53908
.Added
Cluster
field on DeviceBulkEditForm.Comments
field on DeviceBulkEditForm.suffix
when utilizing TableExtension to support tables like IPAddressDetailTable.BaseTable
support for adata_transform_callback
function that can be used to modify the table data after performing automatic QuerySet optimizations. (Several IPAM tables now use this functionality).LinkedCountColumn
to support adistinct
parameter to handle cases where counts may otherwise be incorrect.ip_addresses
andhas_ip_addresses
filter support to Device, Interface, and VirtualMachine FilterSets.Changed
Fixed
multipart/form-data
file uploads.ProgrammingError
when applying permissions containing network-address-based constraints.table_config
field not showing up correctly in the Saved View modal.Interfaces
,Devices
,VM Interfaces
,Virtual Machines
, and/orAssigned
columns are not shown.TreeModel.display
calculation by making better use of the cache.extra={"skip_db_logging": True}
.group_sync.py
where it was accessing the settings using environment variable name vs the actual settings name.SOCIAL_AUTH_PIPELINE
settings to include the entire path of thegroup_sync
function.Dependencies
nh3
to~0.2.19
.Documentation
Housekeeping
mkdocs-material
to~9.5.47
.Contributors
New Contributors
Full Changelog: v2.3.12...v2.3.13
This discussion was created from the release v2.3.13 - 2024-12-10.
Beta Was this translation helpful? Give feedback.
All reactions