get_prep_value(value) [source] value is the current value of the model’s attribute
Field.concrete Boolean flag that indicates if the field has a database column associated with it.
class ImageField(upload_to=None, height_field=None, width_field=None, max_length=100, **options) [source]
ManyToManyField.symmetrical Only used in the definition of ManyToManyFields on self. Consider the following model:
class BinaryField(**options) [source] A field to store raw binary data. It only supports
OneToOneField.parent_link When True and used in a model which inherits from another concrete
class DecimalField(max_digits=None, decimal_places=None, **options) [source] A fixed-precision
class BigAutoField(**options) [source] New in
get_internal_type() [source] Returns a string naming this field for backend specific purposes
class DurationField(**options) [source] A field for storing periods of time - modeled in
Page 7 of 12