Skip to content

Commit

Permalink
Removed the redundant text that will be displayed in the management c…
Browse files Browse the repository at this point in the history
…ommand zacharyvoase#4
  • Loading branch information
Scott Walton committed May 13, 2013
1 parent 698192b commit 57784dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_postgres/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def create_function(connection, function_name, function_fields,
cursor.execute(function_sql)
ret = 'UPDATED' if function_exists else 'CREATED'
else:
ret = 'ERROR: Manually Drop This Function'
ret = 'ERROR'

transaction.commit_unless_managed()
return ret
Expand Down

0 comments on commit 57784dc

Please sign in to comment.