mario
6ace9de268
Compatibility updates
...
+ removed some legacy code
+ added force_text for py3 support
2015-11-19 09:38:57 +01:00
Matt d'Entremont
7fbdcff5e0
Alter a statement to make it python3 compatible
...
- In python 3, filter returns an iterator instead of a list
- Thus bool(filter(...)) always evaluated to true on python3
- Convert the filter to a list comprehension to ensure it evaluated as
expected on python 3
2015-10-26 10:13:27 -03:00
mjaworski
a60df71c07
Flake8 style fixes
2015-04-28 10:22:08 +02:00
mjaworski
80a7988a9b
Django 1.8 compatibility fixes
2015-04-17 09:53:46 +02:00
mjaworski
bef1074052
Replaced references to contrib.auth.model.User with get_user_model(). Closes #68
2015-04-13 15:19:54 +02:00
Mateusz Sikora
8182a33c66
#23 - add test case to cover solcial auth for existing user
2015-02-27 13:56:29 +01:00
Mateusz Sikora
2158fffd2a
fix #47 - PasswordResetConfirm doesn't check token
2015-01-27 16:52:54 +01:00
Mateusz Sikora
5d53a0e0a0
fix unit tests for social auth - required after changes in allauth v0.19.0
2015-01-09 11:12:00 +01:00
Mateusz Sikora
e8a7b0bdf4
add old_password field in PasswordChangeSerializer, disabled by default
2014-11-12 11:51:22 +01:00
Mateusz Sikora
aac42af991
fix tests
2014-10-15 17:36:21 +02:00
Mateusz Sikora
489bac6e1f
comment out unused part of code in tests
2014-10-08 12:26:32 +02:00
Mateusz Sikora
4088081707
add social medial authentication tests, separate test urls
2014-10-08 12:19:15 +02:00
Mateusz Sikora
a7be2d178b
password reset and password change refactoring
2014-10-07 15:08:08 +02:00
Mateusz Sikora
f0cd45f7be
fix tests for django 1.7
2014-10-02 12:39:47 +02:00
Mateusz Sikora
ff9fd1c3c1
cleanup tests
2014-10-02 11:40:07 +02:00
Mateusz Sikora
61cafa3cb6
fix tests for djnago 1.5
2014-10-02 11:23:52 +02:00
Mateusz Sikora
459d03e30d
revised user details view
2014-10-02 11:18:23 +02:00
Mateusz Sikora
65b5caa3d0
typo
2014-10-01 16:36:34 +02:00
Mateusz Sikora
08fcca9b48
veirfy email view and test
2014-10-01 16:34:51 +02:00
Mateusz Sikora
de1fb3d81f
registration with email verification:
...
- rebuild login view
- check email verification in LoginSerializer depends on allauth settings
- add test for registration with email verification
2014-10-01 15:31:10 +02:00
Mateusz Sikora
f14b3b03f7
django-registration replacement
...
- remove django-registration references
- integrate with django-allauth
- move all registration stuff to separated app
- update unit tests
2014-10-01 14:13:21 +02:00
Mateusz Sikora
445c211ebe
make UserProfile fully optional; version 0.2.3
2014-07-08 11:36:59 +02:00
Mateusz Sikora
1d9379c43b
remove unnecessary settings from tests
2014-05-06 13:08:15 +02:00
Mateusz Sikora
6993e98282
test for password reset process
2014-05-06 00:53:06 +02:00
Mateusz Sikora
1cf6052a31
move definition of registration view and user profile model to runtest script
2014-05-05 17:57:47 +02:00
Mateusz Sikora
02b1f3aa20
make 'python setup.py test' working
2014-05-02 23:47:28 +02:00
Mateusz Sikora
2faaa3d5c5
update test_settings
2014-05-02 21:58:41 +02:00
Mateusz Sikora
5ba22d4193
travis-ci tests trigger
2014-05-02 20:29:30 +02:00
Mateusz Sikora
2bde528074
test cleanup
2014-05-01 22:32:30 +02:00
Silin Na
93a3de57ff
Created AUTHORS, MANIFEST.in, and setup.py.
...
+ Revised README.md.
+ AutoPEP8 rest_auth python files.
2014-04-30 13:55:04 -07:00
Sumit Chachra
e1c577d4fd
First commit.
2014-04-30 12:52:05 -07:00