Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 958 Bytes

changelog.md

File metadata and controls

20 lines (14 loc) · 958 Bytes

Change Log

0.12.1

  • Update context_urls.py to reference the correct views

0.12

  • Add SimpleTeam and SimpleMembership models PR #46

0.11.5

  • 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 to TEAMS_NAME_BLACKLIST for consistency with other application settings