Author: mtredinnick Date: 2007-07-14 07:48:24 -0500 (Sat, 14 Jul 2007) New Revision: 5693
Modified: django/trunk/django/conf/global_settings.py django/trunk/django/conf/project_template/settings.py Log: Fixed #4863 -- Removed comment references to a no-longer present link. Pointed out by Thomas G?\195?\188ttler. Modified: django/trunk/django/conf/global_settings.py =================================================================== --- django/trunk/django/conf/global_settings.py 2007-07-14 05:27:22 UTC (rev 5692) +++ django/trunk/django/conf/global_settings.py 2007-07-14 12:48:24 UTC (rev 5693) @@ -30,7 +30,6 @@ # 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 Modified: django/trunk/django/conf/project_template/settings.py =================================================================== --- django/trunk/django/conf/project_template/settings.py 2007-07-14 05:27:22 UTC (rev 5692) +++ django/trunk/django/conf/project_template/settings.py 2007-07-14 12:48:24 UTC (rev 5693) @@ -25,7 +25,6 @@ # 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
