Ticket #8969: missingref.diff
File missingref.diff, 627 bytes (added by , 16 years ago) |
---|
-
docs/ref/models/querysets.txt
7 7 .. currentmodule:: django.db.models 8 8 9 9 This document describes the details of the ``QuerySet`` API. It builds on the 10 material presented in the :ref:`model <topics-db-models>` and `database query10 material presented in the :ref:`model <topics-db-models>` and :ref:`database query 11 11 <topics-db-queries>` guides, so you'll probably want to read and understand 12 12 those documents before reading this one. 13 13