Gary Snider
Gary Snider
Possibly related to #1565
I collapsed a lot of test setup data from the tests in `dcim.tests.test_filters` so you may be able to leverage that data for this issue. Take a look at [common_test_data](https://github.com/nautobot/nautobot/blob/825bd1f62a5906dceb8c09ac386f12b8f625a49f/nautobot/dcim/tests/test_filters.py#L106)
Script to automate refactoring of imports [refactor_imports.zip](https://github.com/nautobot/nautobot/files/10061540/refactor_imports.zip)
Should be similar to #899
> @KongNan How would you expect Nautobot to handle user-provided strings? For example, if I have a Device named `rtr1.nautobot.example` or a Manufacturer named `Cisco`, would these be translated? I...
Also see [this Django doc](https://docs.djangoproject.com/en/4.2/topics/i18n/translation/)
We would want to review the translation submissions manually to prevent an incident like [Ubuntu had recently](https://www.techradar.com/pro/ubuntu-2310-launch-hit-by-malicious-translation-changes) but I agree we should get some community help so the translations are...
Are we able to add the SSO logout functionality to the existing `/logout` view?
Sorry I think I worded that wrong. I was wondering if we could update this so that requesting the `/logout` endpoint maybe redirects you to the `/disconnect//` url?
## Design meeting notes We would need to determine how to securely transfer the API key. Without access to the database, the worker will only be able to communicate with...