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
That would allow an index hit for a query getting all of the users who have a permission on a certain type of Model. The trade-off would be an index mix for permissions for objects of any type with a given PK, but I can't see any realistic case where you'd need to run that query.
http://stackoverflow.com/questions/3712222/does-mysql-ignore-null-values-on-unique-constraints
We should change the
unique_together
to:The text was updated successfully, but these errors were encountered: