Author: adrian Date: 2007-05-29 13:15:24 -0500 (Tue, 29 May 2007) New Revision: 5383
Modified: django/trunk/docs/testing.txt Log: Fixed #4420 -- Fixed broken link in docs/testing.txt Modified: django/trunk/docs/testing.txt =================================================================== --- django/trunk/docs/testing.txt 2007-05-29 14:12:37 UTC (rev 5382) +++ django/trunk/docs/testing.txt 2007-05-29 18:15:24 UTC (rev 5383) @@ -579,7 +579,7 @@ ``TEST_DATABASE_COLLATION`` setting. Refer to the settings_ documentation for details of these advanced settings. -.. _settings: ../settings.txt +.. _settings: ../settings/ The test database is created by the user in the ``DATABASE_USER`` setting. This user needs to have sufficient privileges to create a new database on the --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
