Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
decc230d19
commit
21d9387cea
|
@ -52,8 +52,8 @@ Additionally, you'll need to make sure your Python database bindings are
|
||||||
installed.
|
installed.
|
||||||
|
|
||||||
* If you're using PostgreSQL, you'll need the psycopg_ package (version 2 is
|
* 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
|
recommended with ``postgresql_psycopg2`` backend, version 1.1 works also
|
||||||
``postgresql``` backend).
|
with the ``postgresql`` backend).
|
||||||
|
|
||||||
If you're on Windows, check out the unofficial `compiled Windows version`_.
|
If you're on Windows, check out the unofficial `compiled Windows version`_.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue