summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-26 19:08:42 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-26 19:08:42 +0000
commit10204da32653eedee0e94e1baeeaaed96dc8b954 (patch)
tree027614b7e83623d5074b7dfb0186775f032dd954 /docs/model-api.txt
parent09b5266d641d3cdb63948c87f48fcacb702fbf43 (diff)
Fixed ReST bug in docs/model-api.txt -- I think
git-svn-id: http://code.djangoproject.com/svn/django/trunk@566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 310d6a09bd..41df2158c8 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -999,8 +999,8 @@ application. Each of those magic modules has a dynamic API. See the
the other models related to a particular model, it has to know the complete
spectrum of installed apps.
-.. _django-admin.py documentation`_: http://www.djangoproject.com/documentation/django_admin/
-.. _database API reference`_: http://www.djangoproject.com/documentation/db_api/
+.. _`django-admin.py documentation`_: http://www.djangoproject.com/documentation/django_admin/
+.. _`database API reference`_: http://www.djangoproject.com/documentation/db_api/
Models across files
===================