django-preserialize icon indicating copy to clipboard operation
django-preserialize copied to clipboard

`:pk` pseudo-selector does not work in `key_map`

Open bruth opened this issue 12 years ago • 0 comments

Doing the following will result in the foo key not be included in the output dict.

template = {
    'fields': ['foo'],
    'key_map': {
        'foo': ':pk',
    },
}

bruth avatar Sep 22 '12 19:09 bruth