Commit Graph

19 Commits

Author SHA1 Message Date
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 c7157d5001 only decode ids for found positions
merge document.view.get_positions into item.utils.get_positions
add flag to decode id before looking up in ids

Followup to 09ebbc9cc6
2016-06-30 16:18:07 +02:00
j 051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
rolux 3950213960 update api docs 2014-12-19 15:31:57 +00:00
j 9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j ceb507020b data is passed to api functions now 2014-10-06 08:26:43 +00:00
j 3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j d6d1a08e40 direct lookup 2013-07-17 18:58:15 +00: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 e706fbfb9b api documentation takes and returns 2013-03-04 19:35:06 +00:00
j b1d83b0f93 cleanup unused imports and unused variables 2013-02-21 13:28:36 +00:00
j c405d007eb sequence duration 2012-06-16 23:44:05 +02:00
j 72be96fe56 position = start 2012-06-16 23:41:55 +02:00
j 80ed3b19d0 order query 2012-06-16 23:29:06 +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