Glenn Matthews
Glenn Matthews
Per the documentation, > CRYPTOGRAPHY_KEY > Default: None > When value is None a key will be derived from SECRET_KEY. Otherwise the value will be used for the key. This...
**Describe the bug** ```python def _get_sidecar_url(package): return f'{settings.STATIC_URL}drf_spectacular_sidecar/{package}' ``` This may fail when using `STATICFILES_STORAGE` with a non-default backend for which `STATIC_URL` is unused or is insufficient to describe the...
### Proposed Changes - Change `tasks.py` to default to `docker compose` rather than `docker-compose` - Provide a config option in `tasks.py`/`invoke.yml` that can be set to prefer `docker-compose` if desired....
### Proposed Changes Follow-on to discussion originally in #464. Custom fields currently have both a `label` (which is meant to be human-readable) and a `name` (which is used internally as...
### Environment * Python version: * Nautobot version: 1.3.8 ### Steps to Reproduce 1. Declare an ObjectListView subclass with `action_buttons = None` 2. Attempt to access this view from a...
### Proposed Changes We should investigate the feasibility and desirability of removing the use of and need for `@extras_features("custom_fields", "relationships")` on models derived from `OrganizationalModel` or `PrimaryModel` (or more precisely,...
### Proposed Changes Instead of two supported development environments (1: everything in Docker, 2: virtualenv + locally installed and managed postgres and redis), there is some momentum towards moving to...
### As ... Dan - Data Owner ### I want ... The `created` field on all change-logged models to include a time stamp as well as a date, rather than...
It would be neat if our DeviceType autocreation could somehow leverage https://github.com/netbox-community/devicetype-library to more intelligently populate NetBox with device information.
### Environment * DiffSync version: 1.0.0 ### Proposed Functionality We could have an option for DiffSync to refresh data model contents from the underlying backend system or dataset, after doing...