Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1479 closed defect (fixed)

broken test: mutually_referential

Reported by: jkocherhans Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

[2502] broke the mutually_referential test. The rest of the tests won't even finish running.

Error: <module 'modeltests.mutually_referential.models' from '/Users/jkocherhans/Projects/ModelInheritance/magic-removal/tests/modeltests/mutually_referential/models.py'> couldn't be installed, because there were errors in your model:
mutually_referential.parent: At least one field in Parent should have core=True, because it's being edited inline by child.Child.

Change History (1)

comment:1 by jkocherhans, 18 years ago

Resolution: fixed
Status: newclosed

(In [2505]) magic-removal: Fixed #1479. I tried to track down the *real* problem to no avail. This fix is a total hack, but it works for now, and core is going to be re-removed soon anyhow.

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