-
### Deployment Type
Self-hosted
### Triage priority
I volunteer to perform this work (if approved)
### NetBox Version
v4.1.3
### Python Version
3.11
### Steps to Reproduce
1. Install a NetBox…
-
**models.py**
```
import uuid
from django.db import models
from django.contrib.auth.models import User
from django.utils import timezone
class ToDoCategory(models.Model):
"""Model represe…
-
-
We should probably write proper __str__ functions for our Django models.
This should make general management much easier so that we don't have to wade through hundreds of _UserProfile_ objects, etc…
-
### Environment
* Nautobot version: 2.3.11
* Python version: 3.11.10
* Database platform, version: Whatever demo.nautobot.com uses
* Middleware(s): No extras
### Steps to Reproduce
1. Log into…
-
How do we map Postgres `JsonField` of Django model to elastic search indexing? , Is there any workaround to make it work
* models.py
```
class Web_Technology(models.Model):
web_results = …
-
tl;dr: I would like to import ninja before `settings.DEBUG` is available, so I can build a Django API in a single file. Are you open to a PR to address this?
I'm the author of [nanodjango](https://…
-
### Bug Description
I'm trying to make a view where the user can select a model and edit it. If I load the model in mount(), this works as expected. However if I try to load the model in another m…
-
Create django models for the old db tables
-
### Plugin Version
0.4.0
### NetBox Version
4.1
### Python Version
3.10.12
### Steps to Reproduce
1. Create a new branch and activate it.
2. Execute a custom script to reserve VRFs…