Commit Graph

41 Commits

Author SHA1 Message Date
Maxim Kukhtenkov
8c58782e30 Change requirements in setup.py: allauth is only required for tests 2017-03-20 19:28:32 -07:00
mario
dd3eb3e8c6 fix: few fixes for #312 2017-03-19 21:21:32 +01:00
mario
e665b95643 Merge pull request #312 from swstack/custom-registration-permissions
Custom registration permissions
2017-03-19 13:24:31 +01:00
Maxim Kukhtenkov
819fbf768f Update configs and changelog for version 0.9.1 2017-03-05 22:05:08 -08:00
Stephen Stack
49eaf0feea deps: require django-allauth>=0.25.0 2017-02-12 16:41:11 -06:00
Joao Ricardo
60a12107ba Add djangorestframework-jwt on test_require 2017-01-29 13:18:44 -02:00
Maxim Kukhtenkov
ce58da58b2 Update configs and changelog for version 0.9.0 2016-12-22 13:29:51 -08:00
Maxim Kukhtenkov
667e70c40f Update configs and changelog for version 0.8.2 2016-11-01 11:10:15 -07:00
mario
e9215f4105 Bump to v0.8.1 2016-07-28 22:45:39 +02:00
mario
235efa4ec1 Dropping django 1.7 support 2016-07-18 07:20:02 +02:00
Christopher Grebs
50087549e8 Fix social-adatper tests for allauth>=0.25.0
See 742d114abf for more details.

This unfortunately requires bumping up the version to 0.25.0
2016-03-14 13:20:24 +01:00
Jon Gregorowicz
b4c122ee5d Bump 2016-02-29 07:47:47 -05:00
Jon Gregorowicz
f8a9cc152d Merge branch 'master' into jwt-support
# Conflicts:
#	docs/configuration.rst
#	rest_auth/registration/views.py
#	rest_auth/tests/test_api.py
#	rest_auth/utils.py
#	rest_auth/views.py
2016-02-15 23:35:32 -05:00
Jon Gregorowicz
317db1b811 Bump version 2016-01-04 13:57:38 -05:00
Matt d'Entremont
1d9c2d647e #86: Add missing dependencies to setup.py
- Add django-allauth as an extra, and update documentation
- Ensure django-allauth and responses are present when running tests
2016-01-04 10:29:50 -04:00
mario
b8c3ae9c68 version 0.6.0 2015-11-24 08:40:41 +01:00
mario
6ace9de268 Compatibility updates
+ removed some legacy code
+ added force_text for py3 support
2015-11-19 09:38:57 +01:00
Mateusz Sikora
d25df33a79 version 0.5.0 2015-08-20 11:28:45 +02:00
mjaworski
b228791e3b updated version to 0.4.0 2015-04-28 10:59:23 +02:00
Mateusz Sikora
3ad7029114 version 0.3.4 2015-01-27 17:13:47 +01:00
Mateusz Sikora
ee8f620e83 version 0.3.3 2015-01-09 12:42:23 +01:00
Mateusz Sikora
01ffd4127b support django-rest-framework v3.0 2015-01-09 12:05:14 +01:00
Mateusz Sikora
ec8b5af3e7 version 0.3.2 2014-12-15 00:09:49 +01:00
Mateusz Sikora
6ef9131060 update install_requires in setup.py 2014-12-02 15:04:07 +01:00
Mateusz Sikora
064d49fdef add missed requirement in setup.py 2014-11-30 23:37:40 +01:00
Mateusz Sikora
1b46c3625d version 0.3.1 2014-11-12 12:18:52 +01:00
Mateusz Sikora
102fcedc82 move some test files outside app 2014-10-14 14:56:00 +02:00
Mateusz Sikora
034f9f6633 change README.md to README.rst in setup.py 2014-10-10 17:41:45 +02:00
Mateusz Sikora
c6a5b198cc update README 2014-10-10 17:34:16 +02:00
Mateusz Sikora
4c9abe8043 move django-allauth and responses from setup.py to test_requirements.pip 2014-10-09 11:51:33 +02:00
Mateusz Sikora
4088081707 add social medial authentication tests, separate test urls 2014-10-08 12:19:15 +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
4c611afd7f add REST_SESSION_LOGIN setting, v0.2.5 2014-08-27 14:05:07 +02:00
Mateusz Sikora
dc63dd4541 v0.2.4 2014-08-20 11:26:12 +02:00
Mateusz Sikora
445c211ebe make UserProfile fully optional; version 0.2.3 2014-07-08 11:36:59 +02:00
Mateusz Sikora
0a1d239374 v0.2.2: support projects without user profiles and set defaul registration backend 2014-07-03 19:56:02 +02:00
Mateusz Sikora
217b413ba3 version 0.2.1 2014-05-30 11:23:07 +02:00
Mateusz Sikora
6fe14dacd7 version change 2014-05-07 12:00:08 +02:00
Mateusz Sikora
02b1f3aa20 make 'python setup.py test' working 2014-05-02 23:47:28 +02:00
Silin Na
5a9f5afc36 Removed django-rest-swagger from required library. It's only for dev. 2014-04-30 13:56:26 -07: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