Parisson / Telemeta

Collaborative content management system for musicology
http://telemeta.org
GNU Affero General Public License v3.0
118 stars 38 forks source link

Hotfix/fix179 #186

Closed thomasfillon closed 7 years ago

thomasfillon commented 7 years ago

@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.

thomasfillon commented 7 years ago

@lluc it fixes #179

yomguy commented 7 years ago

great input @thomasfillon ! I will test this soon ;)