-
according to newest django-rest-framework SearchFilter support JSONField
whether django-filter could support JSONField ???
also add django-filter.readthedocs.io document context ???
https://www.d…
-
### Environment
* Nautobot version (Docker tag too if applicable): v2.3.8
* Python version:
* Database platform, version:
* Middleware(s):
### Steps to Reproduce
1. Open the browsable API
…
-
**Describe the bug**
Using the default Django `User` model, creating a `Serializer` and `ViewSet` from this leads to many of the fields being optional in the _response_ model that should always be …
-
I simply want to have a dropdown with country and save its code to neo4j as a string property. I am able to generate the drop down but it doesn't match what I want to achieve.
models.py
```
COUN…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Django is so much easier to use and its a python backend framework for web app devel…
-
```
This can be used as a quickie annotation system for now, and in the future
if some books are allowed to be shared, can be used for comments and dialog
about the book.
http://docs.djangoproject.co…
-
```
This can be used as a quickie annotation system for now, and in the future
if some books are allowed to be shared, can be used for comments and dialog
about the book.
http://docs.djangoproject.co…
-
-
-
I have installed the plugin and on an Django Rest Framework instance.
All the logging is working as expected, except the Logging of the Actor.
I added the Middleware as Described in the Docs but its…