CHANGES.rst
DESCRIPTION.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/simple_django_teams/__init__.py
src/simple_django_teams/apps.py
src/simple_django_teams.egg-info/PKG-INFO
src/simple_django_teams.egg-info/SOURCES.txt
src/simple_django_teams.egg-info/dependency_links.txt
src/simple_django_teams.egg-info/requires.txt
src/simple_django_teams.egg-info/top_level.txt
src/simple_django_teams/migrations/0001_initial.py
src/simple_django_teams/migrations/0002_rename_organisations_to_teams.py
src/simple_django_teams/migrations/__init__.py
src/simple_django_teams/mixins/_SoftDeleteModel.py
src/simple_django_teams/mixins/_TeamOwnedModel.py
src/simple_django_teams/mixins/__init__.py
src/simple_django_teams/models/_Membership.py
src/simple_django_teams/models/_Team.py
src/simple_django_teams/models/__init__.py
src/simple_django_teams/util/__init__.py
src/simple_django_teams/util/_active_membership.py
src/simple_django_teams/util/_ensure_model.py