Closed DheerendraRathor closed 7 years ago
I'm getting the same issue. Any updates on this, @karanlyons?
This seems to be a very simple change in imports between Django versions, and whenever I’ve got everything else working again in STC (I’m close but far too busy right now to properly finish things up) it’ll be in that next release. In the meantime feel free to patch it in yourself: I know it’s not ideal, but at least it’ll get you working again.
Fixed in 2.0. Helps that I only support >=1.8 now 😄
With reference to the ticket https://code.djangoproject.com/ticket/21414, it seems that
django.db.models.related.RelatedObject
is removed/moved todjango.db.models.fields.related.ForeignObjectRel
. Also my code is failing due to same issue