Fixed inevitable ReST bugs in [149]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7718319cbd
commit
f87473e12d
|
@ -31,7 +31,7 @@ make sure a database server is running. Django works with PostgreSQL_
|
||||||
|
|
||||||
Note that MySQL support is a recent development, and Django hasn't been
|
Note that MySQL support is a recent development, and Django hasn't been
|
||||||
comprehensively tested with that database. If you find any bugs in Django's
|
comprehensively tested with that database. If you find any bugs in Django's
|
||||||
MySQL bindings, please file them in the `Django ticket system`_ so we can fix them
|
MySQL bindings, please file them in `Django's ticket system`_ so we can fix them
|
||||||
immediately.
|
immediately.
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ MySQL, you'll need MySQLdb_.
|
||||||
|
|
||||||
.. _PostgreSQL: http://www.postgresql.org/
|
.. _PostgreSQL: http://www.postgresql.org/
|
||||||
.. _MySQL: http://www.mysql.com/
|
.. _MySQL: http://www.mysql.com/
|
||||||
.. _`Django ticket system: http://code.djangoproject.com/report/1
|
.. _Django's ticket system: http://code.djangoproject.com/report/1
|
||||||
.. _psycopg: http://initd.org/projects/psycopg1
|
.. _psycopg: http://initd.org/projects/psycopg1
|
||||||
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
|
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ interactive prompt.)
|
||||||
|
|
||||||
Also, note that MySQL support is a recent development, and Django hasn't been
|
Also, note that MySQL support is a recent development, and Django hasn't been
|
||||||
comprehensively tested with that database. If you find any bugs in Django's
|
comprehensively tested with that database. If you find any bugs in Django's
|
||||||
MySQL bindings, please file them in the `Django ticket system`_ so we can fix them
|
MySQL bindings, please file them in `Django's ticket system`_ so we can fix them
|
||||||
immediately.
|
immediately.
|
||||||
|
|
||||||
Once you've done that, you need to tell Django which settings module you're
|
Once you've done that, you need to tell Django which settings module you're
|
||||||
|
@ -93,7 +93,7 @@ Now you're set to start doing work. You won't have to take care of this boring
|
||||||
administrative stuff again.
|
administrative stuff again.
|
||||||
|
|
||||||
.. _`Python path`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000
|
.. _`Python path`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000
|
||||||
.. _`Django ticket system: http://code.djangoproject.com/report/1
|
.. _Django;s ticket system: http://code.djangoproject.com/report/1
|
||||||
|
|
||||||
Creating models
|
Creating models
|
||||||
===============
|
===============
|
||||||
|
|
Loading…
Reference in New Issue