Opened 19 years ago
Closed 19 years ago
#3738 closed (fixed)
Small comment change in query.py parse_lookup()
| Reported by: | Tim Chase | Owned by: | Adrian Holovaty | 
|---|---|---|---|
| Component: | Core (Other) | Version: | dev | 
| Severity: | Keywords: | query.py comment parse_lookup | |
| 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
The comment around line 783 of 
source:"../svn/django/trunk/django/db/models/query.py"
function parse_lookup()
states
Returns a tuple of (tables, joins, where, params)
but the function only returns a tuple of (joins, where, params).
Solution:  remove "tables, " from the comment on line 783
(Traq's URL expansion wants to put the above URL at /browser/... so the ".." is to move it back up in the /svn directory)
Attachments (1)
Change History (3)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin | 
|---|
by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [4754]) Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.