mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
version 0.3.4
This commit is contained in:
parent
2158fffd2a
commit
3ad7029114
|
@ -1,4 +1,4 @@
|
|||
django==1.7.3
|
||||
django-rest-auth==0.3.3
|
||||
django-rest-auth==0.3.4
|
||||
django-allauth==0.19.0
|
||||
six==1.9.0
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.3.4
|
||||
-----
|
||||
- fixed bug in PasswordResetConfirmation serializer (token field wasn't validated)
|
||||
- fixed bug in Register view
|
||||
|
||||
0.3.3
|
||||
-----
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user