What's Changed
Added in v2.4.7
- #4171 - Added
TYPE_NOTES
andTYPE_URL
to SecretsGroupSecretTypeChoices. - #6923 - Added
AutoPopulateWidget
to support form fields with auto-population logic. - #6998 - Added browser and backend caching for
/api/swagger
openapi endpoint to speed up Swagger and Redoc loading time. - #7115 - Added bulk-edit support for the Relationship model.
- #7127 - Added Bulk Edit functionality for the ExportTemplate model.
- #7134 - Added bulk-edit support for the Manufacturer model.
Changed in v2.4.7
- #6753 - Removed indentation of child locations on location details page.
- #7114 - Changed "Locations" column in VLAN table to show
location.name
instead oflocation.display
to avoid verbose location hierarchy.
Fixed in v2.4.7
- #5287 - Fixed text to be selectable on homepage panels.
- #6923 - Fixed auto populating position field when creating Module Bay from Device Type details and bulk creating from Devices or Modules list.
- #7101 - Fixed saving a new rack elevation view.
- #7108 - Fixed various cases where CustomField-related
provision_field
anddelete_custom_field_data
background tasks were unnecessarily triggered. - #7108 - Added missing signal handler to remove custom field data from affected objects when
CustomField.content_types.clear()
is called. - #7152 - Location.display now honors LOCATION_NAME_AS_NATURAL_KEY - meaning the display of location names will not render the full hierarchy, in places where only the name is relevant.
Housekeeping in v2.4.7
- #6923 -
forms.js
refactor ofinitializeSlugField
to use common logic with auto populate field like Module Bay position. - #7099 - Removed jQuery from documentation builds as it's not needed anymore for the ReadTheDocs version selection flyout menu.
- #7103 - Refactored ProviderNetwork model related UI views to use
UI component framework
. - #7111 - Refactored Team model related UI views to use
UI component framework
. - #7115 - Refactored Relationship model related UI views to use
NautobotUIViewSet
. - #7127 - Refactored ExportTemplate model related UI views to use
NautobotUIViewSet
andUI component framework
. - #7130 - Refactored Contact model related UI views to use
UI component framework
. - #7134 - Refactored Manufacturer model related UI views to use
NautobotUIViewSet
andUI component framework
. - #7144 - Refactored CloudAccount model related UI views to use
UI component framework
.
Contributors
- @HanlinMiao
- @mateusz-lachowski-codilime
- @cmsirbu
- @jifox
- @Sridevi-NTC
- @seaburger
- @glennmatthews
- @ehendrickson2
- @sirisha-bode
- @Pavan-183
- @lampwins
- @dsoftait
New Contributors
- @seaburger made their first contribution in #7120
- @ehendrickson2 made their first contribution in #7105
- @sirisha-bode made their first contribution in #7137
- @Pavan-183 made their first contribution in #7128
Full Changelog: v2.4.6...v2.4.7