Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

16351.patch (2.8 KB ) - added by Bruno Renié 13 years ago.

Download all attachments as: .zip

Change History (4)

by Bruno Renié, 13 years ago

Attachment: 16351.patch added

comment:1 by Jannis Leidel, 13 years ago

Component: UncategorizedCore (Other)
Triage Stage: UnreviewedReady for checkin

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16557]:

Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, Bruno Renié.

comment:3 by Jannis Leidel, 13 years ago

In [16571]:

[1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, Bruno Renié.

Backport from trunk (r16557).

Note: See TracTickets for help on using tickets.
Back to Top