diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 19:10:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 19:10:07 +0000 |
| commit | 25d8441d724f64a99f43f29dddb104b879336eda (patch) | |
| tree | f3b7527bc0d5397ed4f40cd74350c1391912052e /docs/model-api.txt | |
| parent | 10204da32653eedee0e94e1baeeaaed96dc8b954 (diff) | |
Final ReST bugfix to docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 41df2158c8..03a212ed3c 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 =================== |
