Django

Code

Changeset 2838

Show
Ignore:
Timestamp:
05/04/06 21:57:19 (3 years ago)
Author:
adrian
Message:

Fixed #1731 -- Added note to docs/model-api.txt about location of model repository. Thanks, Malcolm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r2833 r2838  
    1919 
    2020A companion to this document is the `official repository of model examples`_. 
     21(In the Django source distribution, these examples are in the 
     22``tests/modeltests`` directory.) 
    2123 
    2224.. _Database API reference: http://www.djangoproject.com/documentation/db_api/