Field.db_index If True, a database index will be created for this field.
FieldFile.url A read-only property to access the file’s relative URL by calling the
class FloatField(**options) [source] A floating-point number represented in Python by a float
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
class UUIDField(**options) [source] A field for storing universally unique identifiers. Uses
class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL
class DateField(auto_now=False, auto_now_add=False, **options) [source] A date, represented
get_db_prep_value(value, connection, prepared=False) [source] Converts value
DecimalField.decimal_places The number of decimal places to store with the number. For example
Page 6 of 12