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 was updating to 0.6.0 and it broke due to the missing QuerySetIsh class. It might not be an obvious use case, but I am using QuerySetIsh with isinstance to determine if an action was called from the change list view or from the change form view. Now it seems to be impossible to find out how the action was called.
The text was updated successfully, but these errors were encountered:
I was updating to 0.6.0 and it broke due to the missing QuerySetIsh class. It might not be an obvious use case, but I am using QuerySetIsh with isinstance to determine if an action was called from the change list view or from the change form view. Now it seems to be impossible to find out how the action was called.
The text was updated successfully, but these errors were encountered: