Ticket #11794: 11794.diff

File 11794.diff, 680 bytes (added by Tim Graham, 15 years ago)
  • docs/topics/db/managers.txt

     
    333333As already suggested by the `django.contrib.gis` example, above, the
    334334``use_for_related_fields`` feature is primarily for managers that need to
    335335return a custom ``QuerySet`` subclass. In providing this functionality in your
    336 manager, there are a couple of things to be remember and that's the topic of
     336manager, there are a couple of things to remember, and that's the topic of
    337337this section.
    338338
    339339Do not filter away any results in this type of manager subclass
Back to Top