pandora/pandora/item
Will Thompson 9ac5dc7ba9 [PATCH] Fix find()'s docs on nested subconditions
The documentation says that you need to write (P & Q) | R
like this:

{
    'conditions': [
        {
            'query': {
                'conditions': [P, Q],
                'operator': '&'
            }
        },
        R
    ],
    'operator': '|'
}

but actually you need to omit the { 'query': ... } wrapping the
subclause. Including it crashes parseCondition() at:

    v = condition['value']

for the obvious reason.
2015-03-05 14:17:02 +05:30
..
management wrap get_frame into transaction to avoid postgres error 2014-11-16 11:23:02 +00:00
migrations fix public_id migration for new installs 2014-09-30 13:01:29 +00:00
__init__.py more moving around 2010-11-08 17:34:25 +01:00
admin.py rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
data_api.py - rework file/upload handling, no more extras 2011-10-15 17:21:41 +02:00
managers.py fix #2570 2014-11-17 16:56:53 +00:00
models.py add entity/document relation 2015-02-13 11:06:09 +00:00
tasks.py serialize sitemap only once 2014-09-28 10:15:17 +00:00
timelines.py fix timeline issue where last tile is smaller large_tile_w/2 and so last timeline was not saved as last timeline. fixes #1424 2013-03-12 16:51:53 +00:00
urls.py add by language srt url 2014-09-02 14:25:27 +00:00
utils.py dont start filenames with . 2013-07-29 15:58:22 +00:00
views.py [PATCH] Fix find()'s docs on nested subconditions 2015-03-05 14:17:02 +05:30