class documentation

class ImageFileDescriptor(FileDescriptor): (source)

View In Hierarchy

Just like the FileDescriptor, but for ImageFields. The only difference is assigning the width/height to the width_field/height_field, if appropriate.

Method __set__ Undocumented

Inherited from FileDescriptor:

Method __get__ Retrieve and caches the value from the datastore on the first lookup. Return the cached value.

Inherited from DeferredAttribute (via FileDescriptor):

Method __init__ Undocumented
Instance Variable field Undocumented
Method _check_parent_chain Check if the field value can be fetched from a parent field already loaded in the instance. This can be done if the to-be fetched field is a primary key field.
def __set__(self, instance, value): (source)