Skip to content

1.0.2 [2022-06-28]

Latest
Compare
Choose a tag to compare
@nemesifier nemesifier released this 28 Jun 19:32
· 88 commits to master since this release
1.0.2
  • Bumped django-all-auth from 0.46.0 to 0.51.0 to fix mild security issues (see the change log of django-all-auth for more information)
  • The @classmethod decorator was mistakenly forgotten and hence missing from the following methods of openwisp_users.apps.OpenwispUsersConfig:
    • update_organizations_dict
    • create_organization_owner
  • Fixed a broken example in the DRF Permission Classes section
    of the documentation