#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)
Change History (4)
by , 16 years ago
Attachment: | m2m_through_regress-validation-tests.diff added |
---|
by , 16 years ago
Attachment: | m2m_through_regress-validation.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The test may be brittle but it exposes the problem.