--------------- - Display customer as "organization" in /admin. - Allow user to grant new role and set expiration time simultaneously.
0.120.0
--------------- - Allow user to be in any role simultaneously. - Merge BaseResourceStateFilter with BaseResourceFilter and remove BaseResourceStateFilter. - Fix permission deletion by making is_active field nullable.
--------------- - Fix token authentication according to DRF 3.3. - Replace IPAddressField serializer with DRF serializer. - Add get_extra_kwargs method to AugmentedSerializerMixin. - Migrate to DRF 3.5.3 and django_filter 0.15.3. - Drop DjangoMappingFilterBackend and UUIDFilter.
0.118.0
--------------- - Check if user has already accepted terms of service when he updates profile.
0.117.0
--------------- - Show user description only to staff users.