Field.help_text Extra “help” text to be displayed with the form widget. It’s useful for documentation even if your field isn’t
Field.is_relation Boolean flag that indicates if a field contains references to one or more other models for its functionality
class GenericIPAddressField(protocol='both', unpack_ipv4=False, **options) [source] An IPv4
Field.auto_created Boolean flag that indicates if the field was automatically created, such as the OneToOneField
class FieldFile [source] When you access a FileField on a model, you are given
ImageField.width_field Name of a model field which will be auto-populated with the width of the image each time the model instance
ForeignKey.related_query_name The name to use for the reverse filter name from the target model. It defaults to the value of
ImageField.height_field Name of a model field which will be auto-populated with the height of the image each time the model
SET() [source] Set the ForeignKey to the value passed to SET()
FieldFile.save(name, content, save=True) [source] This method takes a filename and file contents
Page 1 of 12