django-organizations icon indicating copy to clipboard operation
django-organizations copied to clipboard

cannot import name 'AbstractOrganizationInvitation' from 'organizations.abstract'

Open erikvlm opened this issue 5 years ago • 1 comments

Trying to create my own organization model and I'm receiving the following error when saving/doing the migrations

ImportError: cannot import name 'AbstractOrganizationInvitation' from 'organizations.abstract'

from organizations.abstract import (
    AbstractOrganization,
    AbstractOrganizationInvitation,
    AbstractOrganizationOwner,
    AbstractOrganizationUser,
)

erikvlm avatar Feb 07 '20 15:02 erikvlm

Which version of django-organizations are you using? Try to re-install the latest version.

juuisle avatar Apr 17 '21 15:04 juuisle

Going to close this as it doesn't seem reproduced anywhere and no follow up.

bennylope avatar Nov 23 '23 14:11 bennylope