Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12805 closed (duplicate)

Raw method docs are misleading

Reported by: vbabiy Owned by: nobody
Component: Documentation Version: 1.2-beta
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/topics/db/sql/#django.db.models.Manager.raw

The first example show that the result Person.objects.raw('SELECT * from myapp_person') is a list of Person object but really it is a RawQuerySet.

Attachments (1)

doc_patch.diff (461 bytes ) - added by vbabiy 14 years ago.
Patch that fixes the docs

Download all attachments as: .zip

Change History (3)

by vbabiy, 14 years ago

Attachment: doc_patch.diff added

Patch that fixes the docs

comment:1 by Tim Graham, 14 years ago

Resolution: duplicate
Status: newclosed

duplicate of #12519

comment:2 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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