-
**Describe the bug**
There is no mark on the protected endpoint => swagger does not transfer the access token when accessing the protected endpoint.
**To Reproduce**
![1](https://github.com/use…
-
Hello,
I tried to use CoreAPIURLFilterBackend to have the filters parameters showing up in our swagger documentation, but I have an error`maximum recursion depth exceeded` when trying to access the…
-
```
queryset = Player.objects.prefetch_related(
'teams' # use prefetch_related to minimize db hits.
).all()
```
-
### 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…
-
## ANSWER ON THIRD COMMENT
Hello guys,
Thanks a lot for this outstanding work.
I'm trying to integrate dj-organization into my DRF project and I'm having a bit of an issue. I'm struggling t…
-
I'm trying to use drf-spectacular on a project with using Mongo as DB with MongoEngine, when i installed it and tried it about a week ago, i remember it worked perfectly, but since Monday seems to hav…
-
Hello.
I'm having an issue that seems to be related with CPython memory allocation. I am wondering if there's a way to work around my issue with drf_yasg.
I have a series of APIViews that all h…
-
Hi, I use your app with Django Rest Framework, and it's been perfect for my needs. Thank you so much for maintaining it!
I ran into a little issue today. I have a model with a datetime field called…
-
### NetBox version
v4.1.3
### Topology Views version
v4.1.0
### Steps to Reproduce
Install NTV on a server configured for anonymous access:
```
LOGIN_REQUIRED = False
EXEMPT_VIEW…
-
Having form validate all of the query data, might as well add ordering support.