Releases: openwisp/openwisp-users
Releases · openwisp/openwisp-users
0.2.1 [2020-04-07]
- [admin] Add possibility to deactivate users in batch operation
- [admin] Wrapped password forgot in row div
- [admin] Show latest items first in "recovery deleted " pages
0.2.0 [2020-01-17]
- [dependencies] Added support for django 3.0, dropped support for django < 2.1
- [python] Dropped support for python 2.7
0.1.12 [2019-12-20]
- [dependencies] Added support for django 2.2
0.1.11 [2019-12-13]
- [admin] Show
is_staff
andis_superuser
in user list - [admin] Allow adding organization in user creation form
- [admin]
UserCreationForm
encourages to select the organization - [admin] Non-superusers now can manage the users of their organization
- [admin] Made
OrganizationOwner
andOrganizationUser
admins multi-tenant - [admin] Disabled
OrganizationOwnerAdmin
by default - [admin] Disabled
OrganizationUserAdmin
by default - [admin] Disabled
view_on_site
forOrganizationUserInline
- [admin] Added menu items
- [admin] Avoid 500 error in case of SMTP error when adding a new user
- [urls] Added social login views URLs
- [mixins] Moved
MultitenantAdminMixin
from openwisp-utils to openwisp-users - [models] Add possibility to validate inverse relations
- [model] Added phone_number field to User
- [models] Add unique constraint on user.email
- [models] Email: allow
NULL
but setUNIQUE
constraint - [models] Added
_validate_org_reverse_relation
0.1.10 [2018-08-01]
0.1.9 [2018-07-27]
- #25: [docs] Updated setup instructions in README
(thanks to @AlmogCohen) - #20: [tests] Fixed pending migration check
- [requirements] Updated dependencies
0.1.8 [2018-02-19]
- fixed django 2.0 support and django-allauth to 0.35.0
0.1.6 [2017-12-02]
- c5b648e: [mixins] Extracted logic of
OrgMixin
toValidateOrgMixin