diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-03-03 19:31:10 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-03-03 19:31:10 +0000 |
| commit | 20b940614e62c1b71c7a438c686fe6a387746f28 (patch) | |
| tree | 8ea1310264cc211c65b583199e033a4b7517008f /docs/ref/databases.txt | |
| parent | d50f59ee18f6f1241f4d14d7218b6fb64ce9c3b5 (diff) | |
Added crossref targets for a couple of Django exceptions and cleaned up related reST markup.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 85a5258be2..1715afda6b 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -246,7 +246,7 @@ MySQLdb 1.2.1p2 or 1.2.2, you should still use ``utf8_collation_ci_swedish`` table (usually called ``django_session``) and the :class:`django.contrib.admin.models.LogEntry` table (usually called ``django_admin_log``). Those are the two standard tables that use -:class:`~django.db.model.TextField` internally. +:class:`~django.db.models.TextField` internally. .. _fixed in MySQLdb 1.2.2: http://sourceforge.net/tracker/index.php?func=detail&aid=1495765&group_id=22307&atid=374932 |
