Author: mtredinnick Date: 2008-09-17 02:59:05 -0500 (Wed, 17 Sep 2008) New Revision: 9061
Modified: django/trunk/docs/ref/settings.txt Log: Fixed some misordered markup for the ROOT_URLCONF setting in the docs. Fixed #9098. Modified: django/trunk/docs/ref/settings.txt =================================================================== --- django/trunk/docs/ref/settings.txt 2008-09-17 07:23:17 UTC (rev 9060) +++ django/trunk/docs/ref/settings.txt 2008-09-17 07:59:05 UTC (rev 9061) @@ -804,8 +804,8 @@ We don't list the default values here, because that would be profane. To see the default values, see the file `django/conf/global_settings.py`_. +.. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py .. setting:: ROOT_URLCONF -.. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py ROOT_URLCONF ------------ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
