v1.3.0-beta.1 (2022-03-14) #1494
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
-
v1.3.0b1 (2022-03-11)
Added
null
.render_boolean
template filter, which renders computed boolean values as HTML in a consistent manner.hidden = True
in the Job's innerMeta
classsoft_time_limit
andtime_limit
in seconds as attributes of a Job'sMeta
.Changed
nautobot.extras.forms.NautobotModelForm
andnautobot.extras.filters.NautobotFilterSet
base classes. All form classes which inherited from all three of (BootstrapMixin
,CustomFieldModelForm
, andRelationshipModelForm
) now inherit fromNautobotModelForm
as their base class. All filterset classes which inherited from all three of (BaseFilterSet
,CreatedUpdatedFilterSet
, andCustomFieldModelFilterSet
) now inherit fromNautobotFilterSet
as their base class.type()
are now refactored to useisinstance()
where applicable.Job.Meta.description
can now contain markdown-formatted multi-line text.1.3.0
,stable
,latest
) have been updated to use Python 3.7 instead.nautobot.extras.models.jobs
; refined Job testing best practices.Fixed
Removed
This discussion was created from the release v1.3.0-beta.1 (2022-03-14).
Beta Was this translation helpful? Give feedback.
All reactions