Opened 17 years ago
Closed 17 years ago
#4638 closed (fixed)
Typo in Model reference documentation
Reported by: | 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 , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [5504]) Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@…