Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1606 closed defect (fixed)

[patch] management.py inspectdb raises "ValueError: too many values to unpack"

Reported by: pb@… Owned by: Adrian Holovaty
Component: Core (Management commands) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There appears to be an extra line in management.py. I don't know this code well enough to be positive that my fix is correct, but it works for me.

Attachments (1)

management.diff (562 bytes ) - added by pb@… 18 years ago.
patch

Download all attachments as: .zip

Change History (4)

by pb@…, 18 years ago

Attachment: management.diff added

patch

comment:1 by pb@…, 18 years ago

Summary: management.py inspectdb raises "ValueError: too many values to unpack"[patch] management.py inspectdb raises "ValueError: too many values to unpack"

(changing summary)

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2647]) magic-removal: Fixed #1606 -- Fixed ValueError in inspectdb. Thanks, pb

comment:3 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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