Ticket #10570: added-in-to-sentence.patch
File added-in-to-sentence.patch, 575 bytes (added by , 16 years ago) |
---|
-
docs/topics/db/managers.txt
12 12 provided to Django models. At least one ``Manager`` exists for every model in 13 13 a Django application. 14 14 15 The way ``Manager`` classes work is documented :ref:`topics-db-queries`; this15 The way ``Manager`` classes work is documented in :ref:`topics-db-queries`; this 16 16 document specifically touches on model options that customize ``Manager`` 17 17 behavior. 18 18