Commit Graph

17 Commits

Author SHA1 Message Date
j 548a73f121 python3 only: remove six.moves imports 2020-05-29 12:17:18 +02:00
j 844382b1e8 drop python2 support, upgrade to django 3 2020-05-29 00:25:16 +02:00
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02: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 cc84487193 commit_unless_managed->commit 2016-02-20 15:15:02 +05:30
j 3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j 4dca348b6e only get sequences for audio. fix offset calculation 2014-04-11 12:05:57 +00:00
j e415eeb45b get sequence has for one average frame per cut, fixes #1391 2013-07-18 10:20:00 +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 aed67b9e42 only commit if we have data 2012-06-17 16:32:28 +02:00
j 9f4cdb1f63 load sequences with raw sql 2012-06-17 16:23:54 +02:00
j a66ee51280 round position to three digits before saving in database 2012-06-16 11:00:45 +02:00
j cde92a1624 extract sequences from all parts 2012-06-15 23:53:40 +02:00
j 9b93c8ec2a add sequence backend 2012-06-06 21:49:32 +02:00