Django

Code

Changeset 4648

Show
Ignore:
Timestamp:
02/28/07 13:28:30 (2 years ago)
Author:
jacob
Message:

Fixed #3602: a few small doc fixes. Thanks, Jeremy Dunck

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r4629 r4648  
    6565.. _MySQL: http://www.mysql.com/ 
    6666.. _Django's ticket system: http://code.djangoproject.com/report/1 
    67 .. _psycopg: http://initd.org/projects/psycopg1 
     67.. _psycopg: http://initd.org/tracker/psycopg 
    6868.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ 
    6969.. _MySQLdb: http://sourceforge.net/projects/mysql-python 
  • django/trunk/docs/settings.txt

    r4622 r4648  
    240240--------------- 
    241241 
    242 Default: ``'postgresql'`` 
    243  
    244 Which database backend to use. Either ``'postgresql'``, ``'mysql'``, 
    245 ``'sqlite3'`` or ``'ado_mssql'``. 
     242Default: ``''`` (Empty string) 
     243 
     244Which database backend to use. Either ``'postgresql_psycopg2'``,  
     245``'postgresql'``, ``'mysql'``, ``'sqlite3'`` or ``'ado_mssql'``. 
    246246 
    247247DATABASE_HOST