-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Deployment Type
Self-hosted
### NetBox Version
v3.7.0
### Python Version
3.11
### Steps to Reproduce
1. Deploy Redis Sentinel instance
2. Deploy netbox with the following configuration for…
-
**Describe the bug**
When attempting to log in using a SAML provider configured in the "Federation and Social Login" section of the authentik admin interface, an exception appears in the logs. This o…
-
**Describe the bug**
There is an issue with drf_spectacular's `@extend_schema_view` that is only happening in production server i.e. Daphne, Gunicorn, Uvicorn. This issue does not happen with `python…
-
### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
v4.1.6
### Python Version
3.11
### Steps to Reproduce
Unable to execute custom scripts via the CLI…
-
I came across it when trying to use the admin page on the django app and it always errors out when trying to use DjangoQL as that seems to use this `explain` function and errors out so you can't actua…
-
Hoje os endpoints estão usando `from django.views.decorators.csrf import csrf_exempt`
Isto é uma falha de segurança? Em API quais são as práticas de segurança para POST?
O django ninja tem a docu…
-
A views test is failing with the default test runner on Python 3.10 (`django_nose` does not support Django 3 or Python 3.10).
```shell
FAIL: test_export_stages (imports.tests.test_views.TestViews)…
-
Add a command to build a static site from your script.
I don't want to overload nanodjango with the kitchen sink, but this feels like a very useful feature - I've got several small static sites whi…
-
I have the password reset sequence working using the django.contrib.auth views.
Now I would like to be able for the user to initiate a password reset from within my app, so through a REST call, hence…