diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 15:59:37 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 15:59:37 +0000 |
| commit | f87473e12dfe0beef028ae37b7eb453131050337 (patch) | |
| tree | 00c1c620538f0ecc80fb4f8e2b940061ffd2e9a0 /docs/tutorial01.txt | |
| parent | 7718319cbd5ebc5daa42f9b9edb98fb3c784d4db (diff) | |
Fixed inevitable ReST bugs in [149]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
| -rw-r--r-- | docs/tutorial01.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index a0b6e5b643..29b0d771a4 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -62,7 +62,7 @@ interactive prompt.) 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 -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. 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. .. _`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 =============== |
