v2.4.4 - 2025-03-03 #6974
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.4
PrefixFilter
helper class tonautobot.apps.filters
.prefixes
filter onCloudNetwork
andTenant
filtersets to support filtering by literal prefix string (10.0.0.0/8
) as an alternative to filtering by primary key.prefix
filter onCloudNetworkPrefixAssignment
,VRF
, andVRFPrefixAssignment
filtersets to support filtering by literal prefix string (10.0.0.0/8
) as an alternative to filtering by primary key.parent
filter onPrefix
filtersets to support filtering by literal prefix string (10.0.0.0/8
) as an alternative to filtering by primary key.prefix
filter onPrefixLocationAssignment
filtersets to support filtering by primary key as an alternative to filtering by literal prefix string.q
search filter toVRFPrefixAssignment
filterset.self.context["user"]
.Changed in v2.4.4
Fixed in v2.4.4
ValidationError
when attempting to apply Tags to an object via the REST API.VRFPrefixAssignment
REST API endpoint incorrectly advertising support for Notes.Meta.model
value onControllerManagedDeviceGroupWirelessNetworkAssignmentTable
andControllerManagedDeviceGroupRadioProfileAssignmentTable
.DoesNotExist
error in the GUI at/extras/git-repositories/X/result/
when a Git repository was created via API and not yet synced.extra_buttons
.StatsPanel
that incorrectly disallowed use of FilterSet filters implicitly defined throughfields = "__all__"
.FormTestCase
class that would incorrectly fail if form fields used FilterSet filters implicitly defined throughfields = "__all__"
.JOBS_ROOT
by forcing registration oftaggit
andsocial_django
models before unregistering them from the admin site.job_queues
filter field toJobFilterSet
.AttributeError
exception when upgrading from v1.x to v2.x with certain existing data in the database.Dependencies in v2.4.4
django-filter
to~25.1
.Documentation in v2.4.4
Housekeeping in v2.4.4
PrefixFactory
andVRFFactory
test helpers to automatically create appropriateVRFPrefixAssignment
records..yarn
directory to.gitignore
.--no-keepdb
.debug
invoke task to restore previous behavior.Contributors
New Contributors
Full Changelog: v2.4.3...v2.4.4
This discussion was created from the release v2.4.4 - 2025-03-01.
Beta Was this translation helpful? Give feedback.
All reactions