From adf6126c81785856c917b42051e821798cc5f8d8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 5 May 2006 02:57:19 +0000 Subject: [PATCH] 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 --- docs/model-api.txt | 2 ++ 1 file changed, 2 insertions(+) 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/