rel_db_type(connection) [source] New in Django
Field.choices An iterable (e.g., a list or tuple) consisting itself of iterables of exactly two items (e.g. [(A, B), (A
Field.blank If True, the field is allowed to be blank. Default is False. Note
class BinaryField(**options) [source] A field to store raw binary data. It only supports
get_db_prep_value(value, connection, prepared=False) [source] Converts value
class BigAutoField(**options) [source] New in
FieldFile.url A read-only property to access the file’s relative URL by calling the
class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL
class FloatField(**options) [source] A floating-point number represented in Python by a float
OneToOneField.parent_link When True and used in a model which inherits from another concrete
Page 5 of 12