Gary Snider
Gary Snider
Nautobot is no longer an optional dependency so we need to remove the "extras" nautobot
### Environment * Nautobot version (Docker tag too if applicable): v2.3.8 * Python version: * Database platform, version: * Middleware(s): ### Steps to Reproduce 1. Open the browsable API a....
### As ... Ozzie - Operator ### I want ... a central location for documenting all system jobs that are provided with Nautobot core ### So that ... I can...
### Environment * Nautobot version (Docker tag too if applicable): v2.3.6 * Python version: * Database platform, version: * Middleware(s): ### Steps to Reproduce 1. Override a device's software image...
### Proposed Changes - Django moved away from `curry` in favor of `functools.partial` in [3.0](https://github.com/django/django/blob/0dd29209091280ccf34e07c9468746c396b7778e/docs/releases/3.0.txt#L503). `functools.partial` should be a drop-in replacement for our curry functions. - Do we still need...
This is part of the jinja template editor epic. This PR introduces the `/api/plugins/golden-config/generate-intended-config/` REST API endpoint. This endpoint allows template developers to test jinja template rendering of intended configs...
This is a basic management command that generates some models so that basic development can be done on this app without using a database backup or real device access. This...