Ticket #1731: model-api.txt.diff
File model-api.txt.diff, 769 bytes (added by , 19 years ago) |
---|
-
docs/model-api.txt
17 17 * With all of this, Django gives you an automatically-generated 18 18 database-access API, which is explained in the `Database API reference`_. 19 19 20 A companion to this document is the `official repository of model examples`_. 20 A 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). 21 23 22 24 .. _Database API reference: http://www.djangoproject.com/documentation/db_api/ 23 25 .. _official repository of model examples: http://www.djangoproject.com/documentation/models/