- Initial Django 1.7 compatability release
- Fix issue validating organziation ownership for custom organization models inheriting directly from the Organization class.
- Packaging fix
- Packaging fix
- Abstract base models. These allow for custom organization models without relying on mulit-table inheritence, as well as custom organization user models, all on an app-by-app basis.
- Packaging fix
- Restructures tests to remove from installed module, should reduce installed package size
- Fixes another bug in email invitations
- Fixes bug in email invitation
- Extends organizaton name length
- Increase email field max length
- Adds get_or_add_user method to Organization
- Email character escaping
- Use raw ID fields in admin
- Fixes template variable names
- Allow superusers access to all organization views
- Activate related organizations when activating an owner user
- Bug fix for user model import
- Bugfixes for deleting organization users
- Removes additional auth.User references in app code
- Changes SlugField to an AutoSlugField from django-extensions
- Base models on TimeStampedModel from django-extensions
- ForeignKey to user model based on configurable user selection
- Manage organization models with South
- Added configurable context variable names to view mixins
- Added a base backend class which the Invitation and Registration backends extend
- Lengthed Organization name and slug fields
- Makes mixin model classes configurable
- Improved admin display
- Removes initial passwords
- Added registration backend
- Various bug fixes
- Add RequestContext to default invitation registration view
- Fix invitations
- Initial alpha application