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
...
~ guardian.groupobjectpermission:
migrated but no longer declared: content_type, group, object_pk, permission
~ guardian.userobjectpermission:
migrated but no longer declared: content_type, object_pk, permission, user
...
It shows that UserObjectPermission and GroupObjectPermission have fields "migrated but no longer declared" while the fields are declared in abstract models from which these inherits.
VS Code version
None
OS
Ubuntu
Steps to reproduce
uvx django-orm-lens driftIt shows that
UserObjectPermissionandGroupObjectPermissionhave fields "migrated but no longer declared" while the fields are declared in abstract models from which these inherits.Sample models.py (minimized)