from django.contrib.postgres.fields import JSONField from django.db import models class A(models.Model): field = JSONField(null = True) ...
確定! 回上一頁