app/django/core/management/commands/sqlindexes.py
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
--- a/app/django/core/management/commands/sqlindexes.py	Tue Oct 14 12:36:55 2008 +0000
+++ b/app/django/core/management/commands/sqlindexes.py	Tue Oct 14 16:00:59 2008 +0000
@@ -7,4 +7,4 @@
 
     def handle_app(self, app, **options):
         from django.core.management.sql import sql_indexes
-        return '\n'.join(sql_indexes(app, self.style))
+        return u'\n'.join(sql_indexes(app, self.style)).encode('utf-8')