/usr/local/lib/python3.9/site-packages/django/contrib/postgres/fields
from django.db.models import JSONField as BuiltinJSONField __all__ = ["JSONField"] class JSONField(BuiltinJSONField): system_check_removed_details = { "msg": ( "django.contrib.postgres.fields.JSONField is removed except for " "support in historical migrations." ), "hint": "Use django.db.models.JSONField instead.", "id": "fields.E904", }
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
array.py
Edit
citext.py
Edit
hstore.py
Edit
jsonb.py
Edit
ranges.py
Edit
utils.py
Edit