Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8687 closed (fixed)

NameError when validating m2m models

Reported by: vung Owned by: nobody
Component: Metasystem Version: dev
Severity: 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

Found this while monkeying around with pyflakes: 'django/core/management/validation.py:134: undefined name 'rel_from'

Attachments (2)

m2m_through_regress-validation-tests.diff (2.0 KB ) - added by vung 16 years ago.
The test may be brittle but it exposes the problem.
m2m_through_regress-validation.diff (970 bytes ) - added by vung 16 years ago.

Download all attachments as: .zip

Change History (4)

by vung, 16 years ago

The test may be brittle but it exposes the problem.

comment:1 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8697]) Fixed #8687, a bad variable name in validation. Thanks, vung.

comment:2 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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