mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 17:16:34 +03:00
version 0.3.4
This commit is contained in:
parent
2158fffd2a
commit
3ad7029114
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user