Django

Code

Changeset 5693

Show
Ignore:
Timestamp:
07/14/07 07:48:24 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4863 -- Removed comment references to a no-longer present link. Pointed
out by Thomas Güttler.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/global_settings.py

    r5618 r5693  
    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 
    3433LANGUAGE_CODE = 'en-us' 
    3534 
  • django/trunk/django/conf/project_template/settings.py

    r5543 r5693  
    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 
    2928LANGUAGE_CODE = 'en-us' 
    3029