Author: mtredinnick Date: 2007-04-26 05:29:55 -0500 (Thu, 26 Apr 2007) New Revision: 5085
Modified: django/trunk/docs/install.txt Log: Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris. Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-04-26 10:27:21 UTC (rev 5084) +++ django/trunk/docs/install.txt 2007-04-26 10:29:55 UTC (rev 5085) @@ -52,8 +52,8 @@ installed. * If you're using PostgreSQL, you'll need the psycopg_ package (version 2 is - recommended with ``postgresql_psycopg2`` backend, version 1.1 works also with the - ``postgresql``` backend). + recommended with ``postgresql_psycopg2`` backend, version 1.1 works also + with the ``postgresql`` backend). If you're on Windows, check out the unofficial `compiled Windows version`_. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
