Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9256]) Fixed #9390 -- Restored some documentation about select_related() that was
accidentally lost in the docs refactor.

comment:2 by Malcolm Tredinnick, 16 years ago

(In [9260]) [1.0.X] Fixed #9390 -- Restored some documentation about select_related() that
was accidentally lost in the docs refactor.

Backport of r9256 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top