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