file.models.associated_files

Module Contents

Classes

AssociatedFiles

Use this mixin if uploaded files belong to a specific instance

MultiAssociatedFiles

Use this mixin if uploaded files can belong to any number of instances

class file.models.associated_files.AssociatedFiles[source]

Use this mixin if uploaded files belong to a specific instance

files[source]
class file.models.associated_files.MultiAssociatedFiles[source]

Use this mixin if uploaded files can belong to any number of instances

files[source]