diff -r 6641e941ef1e -r ff1a9aa48cfd app/django/core/management/commands/sqlflush.py --- a/app/django/core/management/commands/sqlflush.py Tue Oct 14 12:36:55 2008 +0000 +++ b/app/django/core/management/commands/sqlflush.py Tue Oct 14 16:00:59 2008 +0000 @@ -7,4 +7,4 @@ def handle_noargs(self, **options): from django.core.management.sql import sql_flush - return '\n'.join(sql_flush(self.style, only_django=True)) + return u'\n'.join(sql_flush(self.style, only_django=True)).encode('utf-8')