Hello, the change ``` dependencies = [ ('django', '0001_initial'), ] to dependencies = [ ('error_tracker', '0001_initial'), ] ``` made migrations broken. The error message >django.db.migrations.exceptions.NodeNotFoundError: Migration django.0002_auto_20201018_1311 dependencies reference nonexistent parent node ('error_tracker', '0001_initial') Regards
Hello,
the change
made migrations broken.
The error message
Regards