Skip to main content

JSONField

No overview available.

Attributes

AttributeTypeDescription
system_check_removed_detailsdict = {"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.