mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
version 0.3.1
This commit is contained in:
parent
86eb741b34
commit
1b46c3625d
|
@ -1,6 +1,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.3.1
|
||||
-----
|
||||
|
||||
- added old_password field in PasswordChangeSerializer
|
||||
- make all endpoints browsable
|
||||
- removed LoggedInRESTAPIView, LoggedOutRESTAPIView
|
||||
- fixed minor bugs
|
||||
|
||||
0.3.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -31,3 +31,6 @@ Configuration
|
|||
|
||||
|
||||
- **REST_SESSION_LOGIN** - Enable session login in Login API view (default: True)
|
||||
|
||||
|
||||
- **OLD_PASSWORD_FIELD_ENABLED** - set it to True if you want to have old password verification on password change enpoint (default: False)
|
||||
|
|
Loading…
Reference in New Issue
Block a user