summaryrefslogtreecommitdiff
path: root/archivist/model.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵René 'Necoro' Neumann2017-03-121-5/+18
| | | | time. Move document creation into the model
* 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 ↵René 'Necoro' Neumann2017-03-111-0/+25
| | | | from Peewee
* 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