Opened 18 years ago
Closed 17 years ago
#7148 closed (fixed)
Small typo in docstring for WhereNode in django/db/models/sql/where.py
| Reported by: | George Vilches | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Keywords: | qsrf-cleanup | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The WhereNode docstring has "correct" misspelled. Patch attached.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | sql_where_typo_r7511.patch added |
|---|
comment:1 by , 17 years ago
| Keywords: | qsrf-cleanup added |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by Adrian in r7620.