-
### Deployment Type
NetBox Cloud
### NetBox Version
v4.0.6
### Python Version
3.10
### Steps to Reproduce
open user permission and add sth. to constraints, e.g. {"status": "active"} and click s…
-
### Is your proposal related to a problem?
This is a similar problem described in wagtail-nest/wagtail-modeladmin#21, but for snippets.
When you override `SnippetViewSet.get_queryset(request)`, …
-
This is the entire traceback provided by Django:
```
Environment:
Request Method: GET
Request URL: http://192.168.2.155:8000/quotes/
Django Version: 4.0.8
Python Version: 3.10.8
Install…
-
### Plugin Version
0.4.0
### NetBox Version
4.1.0
### Python Version
3.12.1
### Steps to Reproduce
1. Create a DNS zone in NetBox DNS
2. Create and activate a new branch in NetBo…
-
#### No Exception Message Supplied Exception occuring on the Djongo
pymongo==3.12.1
djongo==1.3.6
sqlparse==0.2.4
#### My viewset ( I am using DRF)
```python
class ChapterViewset(viewsets.Mo…
-
### Deployment Type
Self-hosted
### NetBox Version
v4.0.5 - netbox-docker
### Python Version
3.11
### Steps to Reproduce
Netbox is running as a docker container with postgres12. The behaviour c…
-
### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
When some users login the following error occurs in the AllAuth lib…
-
**Describe the bug**
When using a dataframe with newer/nullable dtypes, such as the following, I am unable to generate any reports
```python
In[83]: df4.dtypes
Out[83]:
str_col string
…
mands updated
2 years ago
-
This document discusses API routes in MIT Open and some implementation details around modifying Django models to align with those routes.
### Routes
`/api/v0/learning-resources`
For the new Open Co…
-
This ticket needs to be updated to reflect the following from a comment below:
> Agreed that we don't want to monkey-patch. I think opening an issue with DRF would be a good idea. So maybe this tic…