From 501448e3f2d9f66a559e5c64fb0d325c95cff82e Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 14 Jul 2007 12:48:24 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20#4863=20--=20Removed=20comment=20refere?= =?UTF-8?q?nces=20to=20a=20no-longer=20present=20link.=20Pointed=20out=20b?= =?UTF-8?q?y=20Thomas=20G=C3=BCttler.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@5693 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/global_settings.py | 1 - django/conf/project_template/settings.py | 1 - 2 files changed, 2 deletions(-) diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 2a7df569fb..33f7aebb6b 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -30,7 +30,6 @@ TIME_ZONE = 'America/Chicago' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes -# http://blogs.law.harvard.edu/tech/stories/storyReader$15 LANGUAGE_CODE = 'en-us' # Languages we provide translations for, out of the box. The language name diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 8b3617d4b6..c1e296cbe4 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -25,7 +25,6 @@ TIME_ZONE = 'America/Chicago' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes -# http://blogs.law.harvard.edu/tech/stories/storyReader$15 LANGUAGE_CODE = 'en-us' SITE_ID = 1