Jathan McCollum
Jathan McCollum
This is not easily fixable because it's not a part of the Swagger 3.0 API schema spec. See: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#securitySchemeObject Specifically: > bearerFormat | string | http("bearer") | A hint to...
This can be accomplished by replacing the contents of `nautobot/extras/management/commands/nbshell.py` with: ```python from django_extensions.management.commands.shell_plus import Command ```
Great idea. Consistency is kind of important!
A little homework shows that the `?exclude=` and `?brief=` query parameters are also not documented in the schema. I'm thinking we should tackle these all together.
> This seems to me like an extension of #973, does it make sense to add these details there and close this issue? Thanks @itdependsnetworks, similar yet different since it's...
Thanks for the submission. The [NetBox feature](https://github.com/netbox-community/netbox/commit/e0cfd5e49bda860353702affd435f62bf9322dd4) solves the problem, however we would likely do it in a slightly different way by implementing the nested endpoint as a viewset method...
For the filtering, this is due to the filtering only being done on the `data-name` attribute of the enclosing `` element. Its raw HTML is: ```html ``` For non-matching filter,...
One of the biggest issues with the currently documented virtualenv workflow is the fact that we instruct the reader to install both PostgreSQL & Redis "locally per the documentation". The...
@jifox It's not that we would drop it, just more that it wouldn't be our primary and fully-documented option. Right now we are managing two and it's kind of not...
You're speaking my language! Thanks for the submission @KalleDK.