You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a model class SemesterReviewer consisting of a User FK and a Semester FK. A query for users based on the SemesterReviewer relation returns objects whose SemesterReviewer relation was previously softDeleted.
Problem
I have a model class
SemesterReviewer
consisting of aUser
FK and aSemester
FK. A query for users based on theSemesterReviewer
relation returns objects whoseSemesterReviewer
relation was previously softDeleted.Environment
Code examples
Here is a trimmed down example :
Workaround :
The text was updated successfully, but these errors were encountered: