Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1335 closed defect (fixed)

[patch] Documentation syntax error in db_api.txt related to startswith

Reported by: eric@… Owned by: Jacob
Component: Documentation Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Changed:

polls.get_list(question_startswith="Would")

to (notice the extra under score):

polls.get_list(question__startswith="Would")

Attachments (2)

docs_db-api.txt.diff (7.5 KB ) - added by eric@… 18 years ago.
db-api.txt documentation fix for startswith
docs_db-api.txt.diff_USE_ME (716 bytes ) - added by eric@… 18 years ago.
db-api.txt documentation fix for startswith

Download all attachments as: .zip

Change History (4)

by eric@…, 18 years ago

Attachment: docs_db-api.txt.diff added

db-api.txt documentation fix for startswith

comment:1 by eric@…, 18 years ago

Urg.

Trac won't let me replace the (faulty) patch file. The first patch includes other Django patches I've made. I'm going to add another file...

Please ignore the file:

docs_db-api.txt.diff

using instead:

docs_db-api.txt.diff_USE_ME

by eric@…, 18 years ago

Attachment: docs_db-api.txt.diff_USE_ME added

db-api.txt documentation fix for startswith

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2302]) Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric Walstad

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