Opened 15 years ago

Closed 15 years ago

#11592 closed (fixed)

"filter" should "filtered" (just a typo)

Reported by: shannonbradshaw Owned by: nobody
Component: Documentation Version: 1.0
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

At anchor:
http://docs.djangoproject.com/en/dev/ref/models/querysets/#when-querysets-are-evaluated

In the sentence:
"Internally, a QuerySet can be constructed, filter, sliced, and generally passed around without actually hitting the database."

I believe "filter" should be "filtered"

Attachments (1)

11592.diff (586 bytes ) - added by Tim Graham 15 years ago.
typo

Download all attachments as: .zip

Change History (4)

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

by Tim Graham, 15 years ago

Attachment: 11592.diff added

typo

comment:2 by Tim Graham, 15 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: newclosed

(In [11539]) Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to Shannon Bradshaw for the report.

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