-
Using the following format:
````
docs/
├── index.rst
│ # Overview of Django Extensible Models, its features, and navigation guide for the documentation.
│
├── installation.rst
│ # Step-by…
-
Hi,
I'm using python 3.10 and the library raised this issue due to an incompatibility:
```python
File "/usr/local/lib/python3.10/dist-packages/django/forms/boundfield.py", line 34, in __str__
…
-
### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
v4.1.4
### Python Version
3.12
### Steps to Reproduce
1. In Custom Field Choice Sets choose + Add
2. Provide name: …
-
This issue tracks the implementation of the [Jazzband guidelines](https://jazzband.co/about/guidelines) for the project [django-superform](https://github.com/jazzband/django-superform)
It was initi…
-
Anyone else getting this error >>> 'Category' object has no attribute '_mptt_meta'?
`Environment:
Request Method: GET
Request URL: http://127.0.0.1:8002/blog/article/this-is-a-test-article-…
-
### 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…
-
## What happened?
i got 504 status on django runserver several times ,
it is usually one or two seconds after request.
## What should've happened instead?
## Additional details
- Host s…
-
I'm referring to https://github.com/applegrew/django-select2/
I'm using the `AutoModelSelect2Field` as per example: https://github.com/darklow/django-suit-examples/blob/master/admin.py#L337
Django-s…
-
* Package version: 1.11.2
* Django version: 3.1
* Python version: 3.7
* Template pack: bootstrap3
### Description:
The docs for the `crispy` filter say
https://github.com/django-crispy-forms…
-
Some of our views that receive user input and interact with the db can fail on some invalid input, like when passing null characters (`%00`) (probably these types of requests are from some bots trying…