v2.4.2 - 2025-02-03 #6853
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
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Added in v2.4.2
tags
field onDeviceFamilyForm
.CustomField.choices
property for retrieving the list of permissible values for a select/multiselect Custom Field.Changed in v2.4.2
import_jobs()
call during system startup.nautobot.apps.utils.get_base_template()
function's fallback behavior to return"generic/object_retrieve.html"
instead of"base.html"
in order to more correctly align with its usage throughout Nautobot core.generic/object_detail.html
withgeneric/object_retrieve.html
throughout the code and docs, asgeneric/object_detail.html
has been a deprecated alias since v1.4.0.Fixed in v2.4.2
.get_all_ips()
or.get_utilization()
on an IPv6 Prefix.select_related
/prefetch_related
calls.add_*
/remove_*
fields.Location
in theRackReservation
detail page.manufacturer
column of the Platform table.key
andlabel
fields to Relationship Detail View.Dependencies in v2.4.2
GitPython
dependency to~3.1.44
.django-silk
dependency to~5.3.2
.django-tables2
dependency to~2.7.5
.mysqlclient
optional dependency to~2.2.7
.Documentation in v2.4.2
Housekeeping in v2.4.2
mkdocs-material
documentation dependency to9.5.50
.faker
development dependency to~33.3.1
.pylint
development dependency to~3.3.4
.BulkOperationsTestCases
class with built-in standard test cases for testing bulk operations.invoke integration-test
to run standalone, without running theinvoke start
first.Contributors
New Contributors
Full Changelog: v2.4.1...v2.4.2
This discussion was created from the release v2.4.2 - 2025-02-03.
Beta Was this translation helpful? Give feedback.
All reactions