Field.db_column The name of the database column to use for this field. If this isn’t given, Django will use the field’s name
class TruncMonth(expression, output_field=None, tzinfo=None, **extra) [source]
class SmallIntegerField(**options) [source] Like an IntegerField, but only allows
class TruncDay(expression, output_field=None, tzinfo=None, **extra) [source]
class EmailField(max_length=254, **options) [source] A CharField that checks
class OneToOneField(othermodel, on_delete, parent_link=False, **options) [source] A one-to-one
class CharField(max_length=None, **options) [source] A string field, for small- to large-sized
FilePathField.path Required. The absolute filesystem path to a directory from which this FilePathField should get
class ExtractHour(expression, tzinfo=None, **extra) [source] lookup_name
class RelatedManager A “related manager” is a manager used in a one-to-many or many-to-many related context. This happens in
Page 27 of 30