Opened 10 years ago
Closed 10 years ago
#23033 closed Bug (duplicate)
Migrations depending on other app's __last__ migration fail
Reported by: | 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')"
Note:
See TracTickets
for help on using tickets.
Duplicate of #23008