v1.5.12 - 2023-03-06 #3392
bryanculver
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
-
Added
Changed
RelationshipModelFilterSetMixin
to perform a single OR query includingselect_related
forsource_type
anddestination_type
vs. two single queries for each source/destination types.Dependencies
GitPython
to 3.1.31.drf-yasg
to 1.21.5. Note: this is automatic for the Nautobot-provided containers, but because our dependency on it goes away in 2.0, it's an optional update for other installations.netutils
to 1.4.1.Fixed
User
object that arose whenCELERY_RESULT_EXTENDED == True
or whenenqueue_job
was called from within an existingJob
.get_route_for_model()
logic for theContentType
andGroup
models.nautobot.extras.forms.mixins.CustomFieldModelFilterFormMixin
where the list of custom field names were not being stored onself.custom_fields
.nautobot.utilities.filters.MappedPredicatesFilterMixin
(from whichSearchFilter
inherits) that was preventingq
fields from being used in Dynamic Group filters.Contributors
New Contributors
Full Changelog: v1.5.11...v1.5.12
This discussion was created from the release v1.5.12 - 2023-03-06.
Beta Was this translation helpful? Give feedback.
All reactions