Opened 13 years ago
Closed 13 years ago
#16472 closed Cleanup/optimization (fixed)
cleaning django.db.models.query.iterator code
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.3 |
Severity: | Normal | Keywords: | query iterator |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
removed unused variables pk_val and pk_idx
version 1.4 pre-alpha SVN-16544
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | clean.diff added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
The patch applies cleanly, a review of the source code indicates that these variables are indeed unused, and the entire test suite passes. Good to go.
Note:
See TracTickets
for help on using tickets.
trunk diff