* AUTO_ADD_USER_TO_ORG_ORGANIZATION adds the user to this org (definded by slug) automatically, if this "fallback" is not set, a "No Organization found for user" Exception will be raised.
0.2.10
------
* Custom user data and settings per org
0.2.8
-----
* AR_CRM_MULTI_CLIENT is True by default when calling get_current_organization * updated middleware to skip AR_CRM_MULTI_CLIENT check * updated requirements to use django-compat * added encoding magic line to all python files * added travis build status in README
0.2.2
-----
* Python 3 compatibile Models
0.1.6
-----
* Extends organizaton name length * Increase email field max length * Adds `get_or_add_user` method to Organization * Email character escaping
0.1.5
-----
* 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