Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#12678 closed (fixed)

Queryset -> QuerySet

Reported by: Chris Morgan Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In docs/ref/models/querysets.txt, line 95, Queryset should be QuerySet.

Attachments (1)

12678.diff (2.4 KB ) - added by Tim Graham 14 years ago.
spot this ticket mentions plus others

Download all attachments as: .zip

Change History (4)

by Tim Graham, 14 years ago

Attachment: 12678.diff added

spot this ticket mentions plus others

comment:1 by Tim Graham, 14 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13211]) Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch.

comment:3 by Russell Keith-Magee, 14 years ago

(In [13216]) [1.1.X] Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch.

Backport of r13211 from trunk.

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