-
### 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…
-
While clicking around with two people on the test server I commonly see the following error appear. After waiting a few seconds and refreshing the page, the error will often resolve itself.
**To R…
-
I noticed that Django-ninja doesn't support some fields with `choices` when converted with `ModelSchema`. Is there a reason why Django-ninja doesn't support these fields?
Also, I haven't yet tried…
-
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…
-
-
#### Describe the bug
Trying to search objects (or presumably any model) by tag fails in postgres when the tag given is an integer rather than a string.
Error: `django.db.utils.ProgrammingError: f…
-
### 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…
-
Given an M2M model which uses a `db_column`, the SQL code generated by `django_cte` does not account for the column name. I'd expect a CTE join to join on `oid` in the example below as that is the `db…
-
I have connected Django application(beta) with MySQL database. When I make changes in Django administration, the changes are visible but, they are not getting reflected in the MySQL database (I tried …
-
### 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…