Django-user-management

Latest version: v18.0.0

Safety actively analyzes 627248 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 12

1.0.0

Not secure
* Move sending of verification emails into UserRegister view from VerifyEmailMixin.
* Add delete method to GetToken view.
* Return HTTP_201_CREATED and ok message from VerifyAccountView.

0.2.0

Not secure
* Move `avatar` code to self-contained app so it does not break
when extra dependencies are not installed.

**Note: this is backward incompatible release.**
Avatar related code should now be imported from `api.avatar` namespace
instead of previous `api` namespace. An example `ProfileAvatar` class view
lives now at `user_management.api.avatar.views.ProfileAvatar`
(not `user_management.api.views.ProfileAvatar`).

0.1.0

Not secure
* Bump required version of incuna_mail to 0.2

0.0.9

Not secure
* Add labels to password serializers' fields.

0.0.8

Not secure
* Add user avatar model mixin, serializer and endpoint.
**Requires djangorestframework>=2.3.13.**

0.0.7

Not secure
* Ensure all urls accept a trailing slash.

Page 11 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.