Changes between Initial Version and Version 1 of Ticket #23790, comment 1
- Timestamp:
- Nov 10, 2014, 5:49:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23790, comment 1
initial v1 27 27 django.db.migrations.graph.NodeNotFoundError: Migration testapp.0002_proxy dependencies reference nonexistent parent node ('otherapp', '0001_initial') 28 28 }}} 29 30 The only way I can think of is using the `appconfig.name` attribute instead of `appconfig.label`. But that's hard to find a smooth migration path.