version 0.3.1

This commit is contained in:
Mateusz Sikora 2014-11-12 12:18:12 +01:00
parent 86eb741b34
commit 1b46c3625d
3 changed files with 12 additions and 1 deletions

View File

@ -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
-----

View File

@ -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)

View File

@ -18,7 +18,7 @@ f.close()
setup(
name='django-rest-auth',
version='0.3.0',
version='0.3.1',
author='Sumit Chachra',
author_email='chachra@tivix.com',
url='http://github.com/Tivix/django-rest-auth',