Django

Code

Changeset 149

Show
Ignore:
Timestamp:
07/17/05 10:58:53 (3 years ago)
Author:
adrian
Message:

Fixed inevitable ReST bugs in [148]

Files:

Legend:

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

    r148 r149  
    3232Note that MySQL support is a recent development, and Django hasn't been 
    3333comprehensively tested with that database. If you find any bugs in Django's 
    34 MySQL bindings, please file them in `Django's ticket system`_ so we can fix them 
     34MySQL bindings, please file them in the `Django ticket system`_ so we can fix them 
    3535immediately. 
    3636 
     
    4343.. _PostgreSQL: http://www.postgresql.org/ 
    4444.. _MySQL: http://www.mysql.com/ 
    45 .. _`Django's ticket system: http://code.djangoproject.com/report/1 
     45.. _`Django ticket system: http://code.djangoproject.com/report/1 
    4646.. _psycopg: http://initd.org/projects/psycopg1 
    4747.. _MySQLdb: http://sourceforge.net/projects/mysql-python 
  • django/trunk/docs/tutorial01.txt

    r148 r149  
    6363Also, note that MySQL support is a recent development, and Django hasn't been 
    6464comprehensively tested with that database. If you find any bugs in Django's 
    65 MySQL bindings, please file them in `Django's ticket system`_ so we can fix them 
     65MySQL bindings, please file them in the `Django ticket system`_ so we can fix them 
    6666immediately. 
    6767 
     
    9494 
    9595.. _`Python path`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000 
    96 .. _`Django's ticket system: http://code.djangoproject.com/report/1 
     96.. _`Django ticket system: http://code.djangoproject.com/report/1 
    9797 
    9898Creating models