#7454 closed (fixed)
Unnecessary settings import in newforms
Reported by: | Grigoriy Petukhov | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | 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
I'm not sure is it OK to post so small improvements.
Look changes in one line patch.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7645]) Fixed #7454 -- Removed unnecessary import in newforms/fields.py. Thanks, lorien