diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-05-05 02:57:19 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-05-05 02:57:19 +0000 |
| commit | adf6126c81785856c917b42051e821798cc5f8d8 (patch) | |
| tree | 8425132a6e428f23b98c6508b40710463bcbd3ee /docs/model-api.txt | |
| parent | 00ea535d949cc880395d86d7c6eeeec26ab8498a (diff) | |
Fixed #1731 -- Added note to docs/model-api.txt about location of model repository. Thanks, Malcolm
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 42d5eb8048..6b8e168fd4 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -18,6 +18,8 @@ The basics: database-access API, which is explained in the `Database API reference`_. A companion to this document is the `official repository of model examples`_. +(In the Django source distribution, these examples are in the +``tests/modeltests`` directory.) .. _Database API reference: http://www.djangoproject.com/documentation/db_api/ .. _official repository of model examples: http://www.djangoproject.com/documentation/models/ |
