#9390 closed (fixed)
select_related() documentation is incomplete
Reported by: | Joey Wilhelm | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
According to the documentation here: http://docs.djangoproject.com/en/dev/ref/models/querysets/#id4 'depth' is the only possible argument to the select_related() function. There is no mention of the ability to specify which fields to select.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9256]) Fixed #9390 -- Restored some documentation about select_related() that was
accidentally lost in the docs refactor.