only return requested keys

This commit is contained in:
j 2014-02-09 05:06:37 +00:00
commit 77b19abd74
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,6 @@ class Edit(models.Model):
'user',
]
response = {
'type': self.type
}
_map = {
'posterFrames': 'poster_frames'