Django

Code

Ticket #1479 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

broken test: mutually_referential

Reported by: jkocherhans Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

03/08/06 14:54:04 changed by jkocherhans

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

(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.


Add/Change #1479 (broken test: mutually_referential)




Change Properties
Action