@yomguy
I create the pull request and assign you for you to easily review the fix and validate the removal of WeakForeignKey.
This PR should fix both #179 and #185. I guess migrating to the new _meta API may still need some work.
Please have a look at my comments and questions in #185
For now, WeakForeignKey class need to be kept in the code to support old migrations. We should be able to remove it in the future (see my comment in #185 ) but we need to safely migrate the database first.
@yomguy I create the pull request and assign you for you to easily review the fix and validate the removal of WeakForeignKey. This PR should fix both #179 and #185. I guess migrating to the new _meta API may still need some work. Please have a look at my comments and questions in #185 For now, WeakForeignKey class need to be kept in the code to support old migrations. We should be able to remove it in the future (see my comment in #185 ) but we need to safely migrate the database first.