Loading django/core/management/commands/runserver.py +2 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ from django.core.servers.basehttp import run, get_internal_wsgi_application from django.db import connections, DEFAULT_DB_ALIAS from django.db.migrations.executor import MigrationExecutor from django.utils import autoreload from django.utils.encoding import get_system_encoding from django.utils import six from django.core.exceptions import ImproperlyConfigured Loading Loading @@ -106,7 +107,7 @@ class Command(BaseCommand): pass now = datetime.now().strftime('%B %d, %Y - %X') if six.PY2: now = now.decode('utf-8') now = now.decode(get_system_encoding()) self.stdout.write(( "%(started_at)s\n" "Django version %(version)s, using settings %(settings)r\n" Loading docs/releases/1.6.6.txt +3 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,6 @@ Bugfixes * Restored bug fix for sending unicode email with Python 2.6.5 and below (`#19107 <https://code.djangoproject.com/ticket/19107>`_). * Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and non-English locale (`#23265 <https://code.djangoproject.com/ticket/23265>`_). Loading
django/core/management/commands/runserver.py +2 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ from django.core.servers.basehttp import run, get_internal_wsgi_application from django.db import connections, DEFAULT_DB_ALIAS from django.db.migrations.executor import MigrationExecutor from django.utils import autoreload from django.utils.encoding import get_system_encoding from django.utils import six from django.core.exceptions import ImproperlyConfigured Loading Loading @@ -106,7 +107,7 @@ class Command(BaseCommand): pass now = datetime.now().strftime('%B %d, %Y - %X') if six.PY2: now = now.decode('utf-8') now = now.decode(get_system_encoding()) self.stdout.write(( "%(started_at)s\n" "Django version %(version)s, using settings %(settings)r\n" Loading
docs/releases/1.6.6.txt +3 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,6 @@ Bugfixes * Restored bug fix for sending unicode email with Python 2.6.5 and below (`#19107 <https://code.djangoproject.com/ticket/19107>`_). * Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and non-English locale (`#23265 <https://code.djangoproject.com/ticket/23265>`_).