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
The SQLDeleteCompiler should check the pk column (similar to SQLInsertCompiler) instead of using isinstance. Primary keys can be CharField or other fields if the user overrides the pk. The AutoField check would fail to work in those cases.
The text was updated successfully, but these errors were encountered:
The SQLDeleteCompiler should check the pk column (similar to SQLInsertCompiler) instead of using isinstance. Primary keys can be CharField or other fields if the user overrides the pk. The AutoField check would fail to work in those cases.
The text was updated successfully, but these errors were encountered: