version 0.3.4

This commit is contained in:
Mateusz Sikora 2015-01-27 17:13:47 +01:00
parent 2158fffd2a
commit 3ad7029114
4 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
django==1.7.3 django==1.7.3
django-rest-auth==0.3.3 django-rest-auth==0.3.4
django-allauth==0.19.0 django-allauth==0.19.0
six==1.9.0 six==1.9.0

View File

@ -1,6 +1,11 @@
Changelog Changelog
========= =========
0.3.4
-----
- fixed bug in PasswordResetConfirmation serializer (token field wasn't validated)
- fixed bug in Register view
0.3.3 0.3.3
----- -----

View File

@ -6,7 +6,7 @@
Welcome to django-rest-auth's documentation! Welcome to django-rest-auth's documentation!
============================================ ============================================
.. warning:: Version 0.3.0 is not compatible with any of previous versions, see :doc:`Changelog </changelog>` section for a list of changes. .. warning:: Updating django-rest-auth to version **0.3.4** is highly recommended because of a security issue in PasswordResetConfirmation validation method.
.. note:: django-rest-auth from v0.3.3 supports django-rest-framework v3.0 .. note:: django-rest-auth from v0.3.3 supports django-rest-framework v3.0

View File

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