django-preserialize
django-preserialize copied to clipboard
`:pk` pseudo-selector does not work in `key_map`
Doing the following will result in the foo
key not be included in the output dict
.
template = {
'fields': ['foo'],
'key_map': {
'foo': ':pk',
},
}