#1335 closed defect (fixed)
[patch] Documentation syntax error in db_api.txt related to startswith
| Reported by: | 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)
Change History (4)
by , 20 years ago
| Attachment: | docs_db-api.txt.diff added |
|---|
comment:1 by , 20 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 , 20 years ago
| Attachment: | docs_db-api.txt.diff_USE_ME added |
|---|
db-api.txt documentation fix for startswith
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
db-api.txt documentation fix for startswith