Opened 15 years ago

Closed 15 years ago

#11438 closed (fixed)

Simple typo in Custom Fields documentation.

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

Description

There's an error in the second paragraph, last sentence of http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#preparing-values-for-use-in-database-lookups

"pass the rest of the get_db_prep_lookup() method of the parent class." -> "pass the rest to the get_db_prep_lookup() method of the parent class."

Attachments (1)

11438.diff (794 bytes ) - added by Tim Graham 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Alex Gaynor, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

Not critical for the 1.1 release.

by Tim Graham, 15 years ago

Attachment: 11438.diff added

comment:2 by Tim Graham, 15 years ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: newclosed

(In [11220]) Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks to thepointer for the report.

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