Author: russellm Date: 2008-09-22 06:10:39 -0500 (Mon, 22 Sep 2008) New Revision: 9084
Modified: django/trunk/docs/ref/settings.txt Log: Fixed #8371: Added a note warning Windows users about the use of forward slashes when specifying the DATABASE_NAME setting. Modified: django/trunk/docs/ref/settings.txt =================================================================== --- django/trunk/docs/ref/settings.txt 2008-09-22 11:07:35 UTC (rev 9083) +++ django/trunk/docs/ref/settings.txt 2008-09-22 11:10:39 UTC (rev 9084) @@ -192,7 +192,8 @@ Default: ``''`` (Empty string) The name of the database to use. For SQLite, it's the full path to the database -file. +file. When specifying the path, always use forward slashes, even on Windows +(e.g. ``C:/homes/user/mysite/sqlite3.db``). .. setting:: DATABASE_OPTIONS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
