Added changeog notes and updated requirements in demo app

This commit is contained in:
mjaworski 2015-04-28 11:10:58 +02:00
parent b228791e3b
commit bd97eee65a
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
django>=1.5.0
django-rest-auth==0.3.4
django-rest-auth==0.4.0
django-allauth==0.19.1
six==1.9.0

View File

@ -1,6 +1,10 @@
Changelog
=========
0.4.0
-----
- Django 1.8 compatiblity fixes
0.3.4
-----
- fixed bug in PasswordResetConfirmation serializer (token field wasn't validated)