#16531 closed Cleanup/optimization (fixed)
[patch] fix various "undefined name" issues
Reported by: | Bruno Renié | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | 1.3 |
Severity: | Normal | Keywords: | |
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
Running pyflakes agains the django codebase gives a couple of warnings about undefined names. The attached patch fixes some typos and missing imports.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | 16351.patch added |
---|
comment:1 by , 13 years ago
Component: | Uncategorized → Core (Other) |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16557]: