-
I have a problem with `TenantAccessMiddleware`. When user authentificated in public after in my public I receive this error: 'WSGIRequest' object has no attribute 'tenant'
```python
SHARED_APPS …
-
Perhaps this isn't very high priority for now and could just be documented as a known limitation, and I know you're potentially going to make API changes anyway. But I thought it was worth mentioning.…
-
Certain sets of users, e.g certain groups of the Tanzanian Law Society like National Prosecutors Service, want to host collections of documents that should not be viewable by the general public. Here …
-
-
I want to write a CRUD style API. I retrieve the model data, and save the model data. I want to do that using the schema mapped from the Django Model.
When I try it, the schema serialises using th…
-
#### Describe the bug
Trying to sort snapshots by file size results in "Server Error (500)" when clicking on the SIZE header.
Clicking where displayed in the picture:
![grafik](https://user…
-
I'm trying to keep my tests the same but wrap them in pytest which would let me use some nice to haves provided by pytest. When I run via pytest, I get the following
```
Platform/tests/graphql/m…
-
**Describe the bug**
If i run tests using pytest, when I have a test that uses a model inheriting from the Schema class pytest, a deprecation warning is generated.
This is due to this code that is…
-
#### Array and Embedded Fields vs Error **Abstract models cannot be instantiated**
#### Python script
```python
# models.py
class Contact(models.Model):
key = models.CharField(max_length=…
-
### NetBox version
v4.0.1
### Feature type
Change to existing functionality
### Proposed functionality
**Problem**
NetBox 4.0 Plugin migration guide suggests using [autotype_decorator]…