Commit graph

11 commits

Author SHA1 Message Date
j
f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j
1468ddbecb towards supporting python 2 and 3
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
2016-08-25 18:34:36 +02:00
j
3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j
d7a96c72a1 fix get_sequences 2013-03-06 16:57:46 +01:00
j
40eed92b7a optimize sequence table, save hash as bigint, mode as int, dont filter results by user 2013-03-06 08:40:52 +00:00
j
b1d83b0f93 cleanup unused imports and unused variables 2013-02-21 13:28:36 +00:00
j
81cef44d19 dont save clip/sequence ids in db 2012-06-18 16:36:04 +02:00
j
c405d007eb sequence duration 2012-06-16 23:44:05 +02:00
j
a66ee51280 round position to three digits before saving in database 2012-06-16 11:00:45 +02:00
j
e21484af1c make sequence ids same as clip ids 2012-06-15 22:32:15 +02:00
j
9b93c8ec2a add sequence backend 2012-06-06 21:49:32 +02:00