Skip to content

Commit 501448e

Browse files
committed
Fixed #4863 -- Removed comment references to a no-longer present link. Pointed
out by Thomas Güttler. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent d48a396 commit 501448e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

django/conf/global_settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
# Language code for this installation. All choices can be found here:
3232
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
33-
# http://blogs.law.harvard.edu/tech/stories/storyReader$15
3433
LANGUAGE_CODE = 'en-us'
3534

3635
# Languages we provide translations for, out of the box. The language name

django/conf/project_template/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
# Language code for this installation. All choices can be found here:
2727
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
28-
# http://blogs.law.harvard.edu/tech/stories/storyReader$15
2928
LANGUAGE_CODE = 'en-us'
3029

3130
SITE_ID = 1

0 commit comments

Comments
 (0)