Ticket #11794: 11794.diff
File 11794.diff, 680 bytes (added by , 15 years ago) |
---|
-
docs/topics/db/managers.txt
333 333 As already suggested by the `django.contrib.gis` example, above, the 334 334 ``use_for_related_fields`` feature is primarily for managers that need to 335 335 return a custom ``QuerySet`` subclass. In providing this functionality in your 336 manager, there are a couple of things to be rememberand that's the topic of336 manager, there are a couple of things to remember, and that's the topic of 337 337 this section. 338 338 339 339 Do not filter away any results in this type of manager subclass