Ticket #1731: model-api.txt.diff

File model-api.txt.diff, 769 bytes (added by Malcolm Tredinnick <malcolm@…>, 18 years ago)
  • docs/model-api.txt

     
    1717    * With all of this, Django gives you an automatically-generated
    1818      database-access API, which is explained in the `Database API reference`_.
    1919
    20 A companion to this document is the `official repository of model examples`_.
     20A companion to this document is the `official repository of model examples`_
     21(in the Django source distribution, these examples are in the
     22tests/modeltests/ directory).
    2123
    2224.. _Database API reference: http://www.djangoproject.com/documentation/db_api/
    2325.. _official repository of model examples: http://www.djangoproject.com/documentation/models/
Back to Top