db.models.Field.is_relation

Field.is_relation Boolean flag that indicates if a field contains references to one or more other models for its functionality

2016-10-09 18:35:27
db.models.ImageField.height_field

ImageField.height_field Name of a model field which will be auto-populated with the height of the image each time the model

2016-10-09 18:35:47
db.models.ForeignKey.related_query_name

ForeignKey.related_query_name The name to use for the reverse filter name from the target model. It defaults to the value of

2016-10-09 18:35:40
db.models.fields.files.FieldFile.name

FieldFile.name The name of the file including the relative path from the root of the

2016-10-09 18:35:33
db.models.SET_NULL

SET_NULL [source] Set the ForeignKey null; this is only possible if null

2016-10-09 18:36:22
db.models.BigIntegerField

class BigIntegerField(**options) [source] A 64-bit integer, much like an IntegerField

2016-10-09 18:35:13
db.models.Field.description

description A verbose description of the field, e.g. for the django.contrib.admindocs application.

2016-10-09 18:35:24
db.models.FilePathField

class FilePathField(path=None, match=None, recursive=False, max_length=100, **options) [source] A

2016-10-09 18:35:36
db.models.GenericIPAddressField

class GenericIPAddressField(protocol='both', unpack_ipv4=False, **options) [source] An IPv4

2016-10-09 18:35:46
db.models.ForeignKey.on_delete

ForeignKey.on_delete When an object referenced by a ForeignKey is deleted, Django will emulate the behavior of

2016-10-09 18:35:40