Ticket #8969: missingref.diff

File missingref.diff, 627 bytes (added by Karen Tracey, 16 years ago)
  • docs/ref/models/querysets.txt

     
    77.. currentmodule:: django.db.models
    88
    99This document describes the details of the ``QuerySet`` API. It builds on the
    10 material presented in the :ref:`model <topics-db-models>` and `database query
     10material presented in the :ref:`model <topics-db-models>` and :ref:`database query
    1111<topics-db-queries>` guides, so you'll probably want to read and understand
    1212those documents before reading this one.
    1313
Back to Top