get_db_prep_value(value, connection, prepared=False) [source] Converts value
class DecimalField(max_digits=None, decimal_places=None, **options) [source] A fixed-precision
class UUIDField(**options) [source] A field for storing universally unique identifiers. Uses
value_to_string(obj) [source] Converts obj to a string. Used to serialize the
class BigAutoField(**options) [source] New in
ManyToManyField.related_name Same as ForeignKey.related_name.
Field.db_index If True, a database index will be created for this field.
ManyToManyField.through_fields Only used when a custom intermediary model is specified. Django will normally determine which
CharField.max_length The maximum length (in characters) of the field. The max_length is enforced at the database level and in
DecimalField.decimal_places The number of decimal places to store with the number. For example
Page 6 of 12