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
This commit is contained in:
Adrian Holovaty 2006-05-05 02:57:19 +00:00
parent 00ea535d94
commit adf6126c81
1 changed files with 2 additions and 0 deletions

View File

@ -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/