Django

Code

Ticket #8687 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

NameError when validating m2m models

Reported by: vung Assigned to: nobody
Milestone: 1.0 Component: Metasystem
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

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

Attachments

m2m_through_regress-validation-tests.diff (2.0 kB) - added by vung on 08/29/08 10:26:19.
The test may be brittle but it exposes the problem.
m2m_through_regress-validation.diff (0.9 kB) - added by vung on 08/29/08 10:26:45.

Change History

08/29/08 10:26:19 changed by vung

  • attachment m2m_through_regress-validation-tests.diff added.

The test may be brittle but it exposes the problem.

08/29/08 10:26:45 changed by vung

  • attachment m2m_through_regress-validation.diff added.

08/29/08 10:45:23 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #8687 (NameError when validating m2m models)




Change Properties
Action