Skip to content

Commit

Permalink
Rename db_to_form_schema -> db_to_form_package_schema()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond authored and kindly committed Jul 6, 2012
1 parent a5bedce commit 7f59f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/schema.py
Expand Up @@ -175,7 +175,7 @@ def package_form_schema():
schema.pop('relationships_as_subject')
return schema

def db_to_form_schema():
def db_to_form_package_schema():
schema = default_package_schema()
# Workaround a bug in CKAN's convert_from_tags() function.
# TODO: Fix this issue in convert_from_tags().
Expand Down

0 comments on commit 7f59f25

Please sign in to comment.