Nikolaus Lieb

Results 3 comments of Nikolaus Lieb

Note that there is also the related problem of deleting polymorphic instances in a data migration: I think in this case, the parent(s) won't be deleted, essentially leaving them around...

In case it's useful to someone, these are the best workarounds I've found for data migrations: ##### Creation Just make sure to set the `poylmorphic_ctype` explicitly on all model instances...

This should be resolved on [social-core](https://github.com/python-social-auth/social-core) `master`, as of commit `95316b0914386af59d8649917c373a594f1766de` (see the above PR for details). By installing a version of `social-core` (package name `social-auth-core`) which includes that commit...