- Update
context_urls.py
to reference the correct views
- Add
SimpleTeam
andSimpleMembership
models PR #46
- Add initiating user to membership signals PR #42
- Refactor TeamManageView and TeamInviteView as CBVs PR #43
- Remove assumptions around auth.User model PR #40
- Fix invitee to call to_user_email method PR #41
- Fix Membership verbose names in model meta PR #45
- Ensure team exists in template context PR #44
Backwards Incompatible Changes
TEAM_NAME_BLACKLIST
has been renamed toTEAMS_NAME_BLACKLIST
for consistency with other application settings