blank=True, default=list, help_text='List of exact-match Instances that will always be automatically assigned to this group' field=models.JSONField(blank=True, default=list, editable=False, help_text= ...
This package is a JSONField on steroids for use with ORM Peewee, adding functions for working with NoSQL data (JSON fields) By default, in Peewee, JSONField is a simple field inherited from TextField ...