Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nautobot-2.4.13-py3-none-any.whl | 2025-07-21 | 44.3 MB | |
nautobot-2.4.13.tar.gz | 2025-07-21 | 43.1 MB | |
README.md | 2025-07-21 | 1.3 kB | |
v2.4.13 - 2025-07-21 source code.tar.gz | 2025-07-21 | 66.0 MB | |
v2.4.13 - 2025-07-21 source code.zip | 2025-07-21 | 67.1 MB | |
Totals: 5 Items | 220.4 MB | 2 |
What's Changed
Added in v2.4.13
- #6594 - Added additional database indices to
IPAddress
,Prefix
, andVRF
models to improve the default list view performance for these models.
Changed in v2.4.13
- #6608 - Updated branding hyperlinks on bottom of UI to open in new tab.
- #7484 - Add the Show Device Full Name button to the
Elevations
list view.
Fixed in v2.4.13
- #6594 - Changed the default
ordering
ofInterface
(and similar device components) to a less expensive query to improve performance of default list views of these components. - #6594 - Improved the performance of
Device.all_interfaces
,.all_console_ports
, etc. in the case where the Device has no module bays. - #7590 - Improved performance of Device detail view when many devices belong to many dynamic-groups.
Contributors
- @glennmatthews
- @itdependsnetworks
Full Changelog: https://github.com/nautobot/nautobot/compare/v2.4.12...v2.4.13