Opened 18 years ago
Closed 18 years ago
#4496 closed (fixed)
parenthesis -> percent signs
| 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 http://www.djangoproject.com/documentation/db-api/#escaping-parenthesis-and-underscores-in-like-statements
"Escaping parenthesis and underscores in LIKE statements" should be "Escaping percent signs and underscores in LIKE statements"
there is no mention of escaping parenthesis in that section, it does however refer to how to escape percent signs.
Thanks
-David
Change History (2)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5431]) Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@….