diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 791ba51..bd63129 100644
a
|
b
|
Django will need permission to create a test database.
|
131 | 131 | |
132 | 132 | .. _PostgreSQL: http://www.postgresql.org/ |
133 | 133 | .. _MySQL: http://www.mysql.com/ |
134 | | .. _Django's ticket system: http://code.djangoproject.com/report/1 |
135 | 134 | .. _psycopg: http://initd.org/pub/software/psycopg/ |
136 | 135 | .. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ |
137 | 136 | .. _MySQLdb: http://sourceforge.net/projects/mysql-python |
… |
… |
Django will need permission to create a test database.
|
144 | 143 | .. _Microsoft SQL Server 2005: http://code.google.com/p/django-mssql/ |
145 | 144 | .. _Firebird: http://code.google.com/p/django-firebird/ |
146 | 145 | .. _ODBC: http://code.google.com/p/django-pyodbc/ |
| 146 | |
147 | 147 | .. _removing-old-versions-of-django: |
148 | 148 | |
149 | 149 | Remove any old versions of Django |