Daria Kakolewska
Daria Kakolewska
# What's Changed - Updated the `celery` dependency to version `5.5.3` - Removed the `kombu` dependency # TODO - [x] Explanation of Change(s) - [x] Added change log fragment(s) (for...
# Closes #6870 # What's Changed This is a draft PR, not a final implementation. It is based on [this PR](https://github.com/django/django/pull/17818). I’ve overridden the method that was changed in that...
### As ... Cora - Coder ### I want ... I want to move away from supporting/recommending the use of `(SHORT_)?DATE(TIME?)_FORMAT` in Nautobot. This involves deprecating or removing the use...
Based on the code in this [pull request](https://github.com/nautobot/nautobot/pull/7325), there is a method called `find_for_model` that identifies the appropriate ApprovalWorkflowDefinition based on model_constraints, which currently require an exact match. We should...
Based on [this](https://github.com/nautobot/nautobot/pull/6517/files#diff-3444a4f7066243e26b2dd66ba2080c48e0cb75f5bf217b1f397aeb56c5997431R2141), it would be good to find a way to properly configure `NautobotDatabaseScheduler` and write appropriate tests, because by this incorrect behavior blocks uncommenting the above test and...
As a Nautobot developer and Dolt user, I wanted to report a performance regression that first appears in version 1.76.6 and still persists in the latest version 1.78.7. This issue...
Tracking NAUTOBOT-1078 # What's Changed Added option to close Approval Workflow directly: 1. Added Close Approval Workflow button to `ObjectApprovalWorkflowView` 2. Added Close Approval Workflow button to `Actions` dropdown to...