[Answer]-Migration problems after update Django 1.8.1

1👍

This is a bug in Django, you must upgrade to 1.8.2. See the second-to-last item in the 1.8.2 release notes.

In general, you should always upgrade to the latest minor version, i.e. the latest 1.8.x. A new minor version contains bugfixes and security patches, and is 100% backwards compatible, unless some incompatibility cannot be avoided to fix a data loss bug or a security issue.

👤knbk

Leave a comment