Skip to content

Commit

Permalink
[#1208] Ignore __junk field in group schema
Browse files Browse the repository at this point in the history
It surfaced on the tests due to the new list fields (resources, tags...)
in the group's datasets
  • Loading branch information
amercader committed Dec 9, 2013
1 parent 804b0f9 commit efdfc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -271,6 +271,7 @@ def default_group_schema():
'approval_status': [ignore_missing, unicode],
'extras': default_extras_schema(),
'__extras': [ignore],
'__junk': [ignore],
'packages': {
"id": [not_empty, unicode, package_id_or_name_exists],
"title":[ignore_missing, unicode],
Expand Down

0 comments on commit efdfc03

Please sign in to comment.