Changeset 149
- Timestamp:
- 07/17/05 10:58:53 (3 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
- django/trunk/docs/tutorial01.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r148 r149 32 32 Note that MySQL support is a recent development, and Django hasn't been 33 33 comprehensively tested with that database. If you find any bugs in Django's 34 MySQL bindings, please file them in `Django'sticket system`_ so we can fix them34 MySQL bindings, please file them in the `Django ticket system`_ so we can fix them 35 35 immediately. 36 36 … … 43 43 .. _PostgreSQL: http://www.postgresql.org/ 44 44 .. _MySQL: http://www.mysql.com/ 45 .. _`Django 'sticket system: http://code.djangoproject.com/report/145 .. _`Django ticket system: http://code.djangoproject.com/report/1 46 46 .. _psycopg: http://initd.org/projects/psycopg1 47 47 .. _MySQLdb: http://sourceforge.net/projects/mysql-python django/trunk/docs/tutorial01.txt
r148 r149 63 63 Also, note that MySQL support is a recent development, and Django hasn't been 64 64 comprehensively tested with that database. If you find any bugs in Django's 65 MySQL bindings, please file them in `Django'sticket system`_ so we can fix them65 MySQL bindings, please file them in the `Django ticket system`_ so we can fix them 66 66 immediately. 67 67 … … 94 94 95 95 .. _`Python path`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000 96 .. _`Django 'sticket system: http://code.djangoproject.com/report/196 .. _`Django ticket system: http://code.djangoproject.com/report/1 97 97 98 98 Creating models
