Changes between Initial Version and Version 1 of Ticket #23790, comment 1


Ignore:
Timestamp:
Nov 10, 2014, 5:49:39 AM (9 years ago)
Author:
Markus Holtermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23790, comment 1

    initial v1  
    2727django.db.migrations.graph.NodeNotFoundError: Migration testapp.0002_proxy dependencies reference nonexistent parent node ('otherapp', '0001_initial')
    2828}}}
     29
     30The 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.
Back to Top