Opened 10 years ago

Closed 10 years ago

#23033 closed Bug (duplicate)

Migrations depending on other app's __last__ migration fail

Reported by: lorinkoz@… Owned by: nobody
Component: Migrations Version: 1.7-rc-1
Severity: Release blocker 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

This happened to me when migrations have no been created at the same time in all applications. Also happened when using polymorphic models which made my custom user model depend on ContentType. In all cases making the migration *or* running them fails with "Dependency references nonexistent parent node ('<application>', 'last')"

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #23008

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