#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.
Note:
See TracTickets
for help on using tickets.
(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.