get_prep_value(value) [source] value is the current value of the model’s attribute
class BinaryField(**options) [source] A field to store raw binary data. It only supports
class BooleanField(**options) [source] A true/false field. The
Field.hidden Boolean flag that indicates if a field is used to back another non-hidden field’s functionality (e.g. the
class DateField(auto_now=False, auto_now_add=False, **options) [source] A date, represented
DecimalField.decimal_places The number of decimal places to store with the number. For example
CharField.max_length The maximum length (in characters) of the field. The max_length is enforced at the database level and in
class FloatField(**options) [source] A floating-point number represented in Python by a float
class ImageField(upload_to=None, height_field=None, width_field=None, max_length=100, **options) [source]
FieldFile.url A read-only property to access the file’s relative URL by calling the
Page 7 of 12