Skip to content

Commit

Permalink
[#1218] Ignore __extras on package_show extras
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 3, 2013
1 parent b26147e commit 7b57f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -340,6 +340,7 @@ def default_extras_schema():
'state': [ignore],
'deleted': [ignore_missing],
'revision_timestamp': [ignore],
'__extras': [ignore],
}
return schema

Expand Down

0 comments on commit 7b57f32

Please sign in to comment.