summaryrefslogtreecommitdiff
path: root/archivist/model.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-03Enhance CharField with 'nocase' optionHEADmasterRené 'Necoro' Neumann1-3/+3
2017-10-05Webservice to create a new tagRené 'Necoro' Neumann1-0/+1
2017-10-04Move CompressedField to peewee_ext.pyRené 'Necoro' Neumann1-9/+1
2017-10-04Implement storing and opening saved documentsRené 'Necoro' Neumann1-1/+7
2017-10-03Unique index on tags as a functional one. See also:René 'Necoro' Neumann1-2/+4
2017-03-12Pseudo -> VirtualRené 'Necoro' Neumann1-1/+0
2017-03-12Removed description, added name; also as special prefixRené 'Necoro' Neumann1-1/+1
2017-03-12Some renamingRené 'Necoro' Neumann1-2/+2
2017-03-12Split document content into its own table to avoid having to load it each tim...René 'Necoro' Neumann1-5/+18
2017-03-12Whitespace fixesRené 'Necoro' Neumann1-3/+3
2017-03-12Fix handling of composite pks in peewee.René 'Necoro' Neumann1-0/+1
2017-03-12Misc fixesRené 'Necoro' Neumann1-3/+6
2017-03-11Upgrade to peewee-2.9 and drop our customizationsRené 'Necoro' Neumann1-4/+7
2017-03-11Roll our own version of create_or_get, replacing the one broken/removed one f...René 'Necoro' Neumann1-0/+25
2017-03-04Prefixes, Tags, and ImplicationsRené 'Necoro' Neumann1-0/+15
2017-03-04Remove "builtin" and "pseudo" columns; use "virtual" insteadRené 'Necoro' Neumann1-7/+2
2017-02-27Inserting DocumentsRené 'Necoro' Neumann1-6/+13
2017-02-26Refined the EnumFieldRené 'Necoro' Neumann1-24/+1
2017-02-26Introduce enum fieldsRené 'Necoro' Neumann1-2/+31
2017-02-26Introduce the closureRené 'Necoro' Neumann1-3/+10
2017-02-26Some repr and str improvements on the modelRené 'Necoro' Neumann1-3/+25
2017-02-26More tag handlingRené 'Necoro' Neumann1-0/+9
2017-02-25More prefix workRené 'Necoro' Neumann1-3/+24
2017-02-25Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann1-106/+59
2016-08-16Basic CLIRené 'Necoro' Neumann1-0/+5
2016-08-15Initial model and sqlalchemy setupRené 'Necoro' Neumann1-0/+101