Field.db_tablespace The name of the database tablespace to use for this field’s index, if this field
class SlugField(max_length=50, **options) [source] Slug
formfield(form_class=None, choices_form_class=None, **kwargs) [source] Returns the default
class BooleanField(**options) [source] A true/false field. The
class BigAutoField(**options) [source] New in
class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL
Field.concrete Boolean flag that indicates if the field has a database column associated with it.
ManyToManyField.db_constraint Controls whether or not constraints should be created in the database for the foreign keys in
get_prep_value(value) [source] value is the current value of the model’s attribute
CharField.max_length The maximum length (in characters) of the field. The max_length is enforced at the database level and in
Page 5 of 12