v1.6.2 - 2023-09-05 #4389
gsnider2195
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
url
field to GraphQL objects.InterfaceRedundancyGroup
.Platform.network_driver
field in bulk.Changed
clean_filter()
call fromclean()
toclean_fields()
, which has the impact that it will still be called byfull_clean()
andvalidated_save()
but no longer called on a simpleclean()
.TagFilterField
to prevent very slow rendering of pages when large numbers of tags are defined.remote_url
cannot overlap in theirprovided_contents
, as such cases are highly likely to introduce data conflicts.Fixed
filter
data.DynamicGroup.clean_fields()
so that it will respect anexclude=["filter"]
kwarg by not validating thefilter
field.Housekeeping
towncrier
.Contributors
New Contributors
url
field to GraphQL output #4163Full Changelog: v1.6.1...v1.6.2
This discussion was created from the release v1.6.2 - 2023-09-05.
Beta Was this translation helpful? Give feedback.
All reactions