JSONField
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| system_check_removed_details | dict = {"msg": "django.contrib.postgres.fields.JSONField is removed except for support in historical migrations.", "hint": "Use django.db.models.JSONField instead.", "id": "fields.E904"} | A dictionary containing the error message, hint, and identifier used to notify users that this specific JSONField implementation has been removed in favor of the standard model field. |