election_day.models.file ======================== .. py:module:: election_day.models.file Classes ------- .. autoapisummary:: election_day.models.file.BallotFile Module Contents --------------- .. py:class:: BallotFile Bases: :py:obj:`onegov.file.File` A general file (image, document, pdf, etc), referenced in the database. Thanks to the use of `Depot `_ files can be seemingly stored in the database (with transaction guarantees), without actually storing it in the database. .. py:attribute:: __mapper_args__