YAML reference
Generic YAML field options
There are generic YAML field options available:
null: Sets Django’sdjango.db.models.Field.nullon the model fieldindex: Sets Django’sdjango.db.models.Field.db_indexon the model fieldunique: Sets Django’sdjango.db.models.Field.uniqueon the model field
YAML fields
The following YAML fields are available: