Commit Graph

126 Commits

Author SHA1 Message Date
j 844382b1e8 drop python2 support, upgrade to django 3 2020-05-29 00:25:16 +02:00
j 05aa23166e ignore broken poster frames 2019-11-02 17:14:35 +01:00
j cc56858377 import Group from user.models 2018-07-29 20:28:46 +00:00
j 6296be870b use get_user_model 2018-07-29 21:12:56 +01:00
j 1bac062a50 use postgres json field 2018-07-09 15:22:12 +02:00
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j 5ac305c620 pass user 2018-01-15 12:20:01 +01:00
j 2a0c2acc97 user can be none 2018-01-15 12:16:20 +01:00
j 6c6b60ffaf lower auth deps 2017-12-31 14:21:18 +01:00
j 85c5fafe0d add groups to collections, edits and lists, towards #3063 2017-12-31 14:06:27 +01:00
j f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j 23143185ea item can be unavailable 2016-09-20 02:55:06 +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 e9863c238e always use get_operator, avoid case-insensitive match if possible 2016-06-30 11:28:09 +02:00
j 051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
j 29c6dc866b fix index 2016-02-20 15:15:02 +05:30
j 4219246909 db migration 2016-02-20 15:15:01 +05:30
j 1cc795995d user.get_profile()->user.profile 2016-02-19 22:06:11 +05:30
j 5d63ad1760 default/upload_to=lambda breaks migrations, use functions 2016-02-19 21:59:26 +05:30
j e22cc432b3 use transaction.atomic 2016-02-19 21:55:09 +05:30
j e738503380 remove old migrations 2016-02-19 15:17:18 +00:00
j 35bdfba77c fix default values 2016-02-19 19:01:38 +05:30
j d241b90b63 check data is a dict 2016-02-19 18:46:53 +05:30
Will Thompson 47d8d67c3d Allow 'query' to be omitted from find*() (fixes #2883)
I hit this in findDocuments() so thought I'd fix them all.
2016-02-15 14:58:50 +00:00
j f1f9c7369b fix default itemview for existing lists 2015-01-29 08:54:27 +00:00
j bb1f17e241 fix default list view 2015-01-29 14:10:32 +05:30
j 5347c2e619 dont fail if condition does not have a value 2015-01-24 16:00:24 +05:30
j 9efd77724d add option to select default view for list in dialog and use if user has no list settings, fixes #2636 2015-01-02 00:26:04 +01:00
rolux ea1a94e9e4 update api docs (omissions, wording, typos) 2014-12-21 13:03:49 +00:00
rolux 3950213960 update api docs 2014-12-19 15:31:57 +00:00
rolux cada20f904 update api docs 2014-12-19 15:05:08 +00:00
rolux 4a084d8405 update api docs 2014-12-19 12:59:10 +00:00
rolux 6bd001a10a update api docs 2014-12-18 20:16:41 +00:00
rolux 0a56268b92 update api docs 2014-12-18 19:26:37 +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 e381609b9e remove tests, not used 2014-09-05 13:39:43 +02:00
j 72d9dbf0f2 avoid passing open network connections to subprocesses, call Popen with close_fds=True 2014-09-02 14:24:12 +00:00
j 7a4bab0e84 smart lists 2014-02-05 13:20:48 +00:00
j 3ff178ed83 add option to add documents to all items in list 2014-01-09 08:05:35 +00:00
j 5b72a33a95 use QuerySet in all managers 2014-01-07 11:05:42 +00:00
j e1760e7b50 get[section], fixes #1834 2013-08-26 17:05:49 +00:00
j fd496dfee0 fix sorting favorite lists, fixes #1679 2013-07-22 06:59:59 +00:00
j 8fffc75354 add index to list items and api to order them api.orderListItems(list=,ids=) 2013-07-17 11:42:31 +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 c3d621350c return editable, dont rename to empty string 2013-02-21 13:00:25 +00:00
j ff0dcf5028 refactor addList/editList 2013-02-20 11:44:55 +00:00
j c8af45e7cf initial round of text section 2013-02-16 01:20:40 +00:00