| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nautobot-2.4.22-py3-none-any.whl | 2025-11-10 | 7.2 MB | |
| nautobot-2.4.22.tar.gz | 2025-11-10 | 43.3 MB | |
| README.md | 2025-11-10 | 4.3 kB | |
| v2.4.22 - 2025-11-10 source code.tar.gz | 2025-11-10 | 66.4 MB | |
| v2.4.22 - 2025-11-10 source code.zip | 2025-11-10 | 67.4 MB | |
| Totals: 5 Items | 184.3 MB | 0 | |
What's Changed
Security in v2.4.22
- #7981 - Updated dependency
Djangoto~4.2.26to mitigate CVE-2025-64459.
Added in v2.4.22
- #6979 - Added support for speed and duplex on
Interfaceobjects. - #8048 - Added Constance configuration setting
RACK_DEFAULT_U_HEIGHTto configure the default height (in rack units) displayed in the Rack creation form. - #8135 - Added
get_detail_view_components_context_for_model()helper API for use by apps implementing DistinctViewTabs.
Changed in v2.4.22
- #6979 - Changed the
humanize_speedtemplate filter to now return a decimalized value instead of finding an integer value (e.g. 2.5 Gbps instead of 2500 Mbps).
Fixed in v2.4.22
- #6852 - Fixed unintended dependency on
django-debug-toolbarwhen enabling thetheme-preview/view. - #8039 - Fixed issue where device components added via table footer button did not return to the same page.
- #8042 - Fixed incorrect
base_templateon Git Repository Synchronization Status page. - #8059 - Fixed the Wireless Networks tab on the Controller detail page.
- #8073 - Added missing call to
super().get_extra_context()inLocationUIViewSet,ModuleTypeUIViewSet. - #8077 - Fixed the rendering of the min and max version fields in the App detail view when they are not set.
- #8126 - Fixed incorrect permissions requirement to view Virtual Machine config context tab.
- #8126 - Fixed incorrect field name in Config Context filter form.
- #8126 - Fixed leftover use of legacy views in Relationship "notes" and "changelog" tabs.
Dependencies in v2.4.22
Documentation in v2.4.22
- #8068 - Updated documentation to include information about the latest deprecated HTML templates in v3.0.
Housekeeping in v2.4.22
- #7981 - Updated documentation dependency
mkdocs-glightboxto~0.5.2. - #7981 - Updated documentation dependency
mkdocs-macros-pluginto~1.4.1. - #7981 - Updated documentation dependency
mkdocs-materialto~9.6.23. - #7981 - Updated development dependency
pymarkdownlntto~0.9.33. - #7981 - Updated development dependency
ruffto~0.14.3. - #8047 - Fixed incorrect logic in
nautobot.virtualization.tests.test_models.VMInterfaceTestCasethat could lead to test failures. - #8068 - Updated deprecated HTML templates migration script to handle more cases.
- #8113 - Fixed live reloading when serving development documentation with mkdocs.
- #8114 - Set
INSTALLATION_METRICS_ENABLED=Falseexplicitly in the testingnautobot_config.pyto avoid inadvertently sending metrics when running tests.
Contributors
- @glennmatthews
- @joewesch
- @itdependsnetworks
- @nrnvgh
- @renovate[bot]
- @jvanderaa
Full Changelog: https://github.com/nautobot/nautobot/compare/v2.4.21...v2.4.22