Hi,
Django prompts "no changes..." when I want to re-create migration codes by calling makemigrations after remove all previous migration codes. After some digs, I found it can be fixed by changing:
[autodetector.py:151] "al not in self.from_state.real_apps " ==> "al not in self.to_state.real_apps"
Just let you guys know, I'm not sure it is correct.
thanks,
gz
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ba03af50-99ba-4eb2-9d4e-7831c019474e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment