Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
id added to extra_json allowed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Jan 7, 2013
1 parent 10f3cff commit 0477136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jetpack/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def set_version(self, version_name, current=True):

@staticmethod
def validate_extra_json(extra_json):
allowed_keys = ('contributors', 'homepage', 'icon', 'icon64',
allowed_keys = ('contributors', 'homepage', 'icon', 'icon64', 'id',
'preferences', 'license')
for key in extra_json.keys():
if key not in allowed_keys:
Expand Down

0 comments on commit 0477136

Please sign in to comment.