Opened 17 years ago

Closed 17 years ago

#4638 closed (fixed)

Typo in Model reference documentation

Reported by: john.scott.atlakson@… Owned by: Jacob
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

In the Model reference documentation in the section "Executing custom SQL" (at http://www.djangoproject.com/documentation/model-api/#executing-custom-sql) there is a small typo in the last line. The current documentation says (emphasis added to relevant text) "...If all you want to do is a custom WHERE clause, you can just just the where, tables and params arguments to the standard lookup API." It should read "...If all you want to do is a custom WHERE clause, you can just use the where, tables and params arguments to the standard lookup API."

Change History (2)

comment:1 by Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [5504]) Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@…

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