We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c282a13 + 3bcabe6 commit 282ac5bCopy full SHA for 282ac5b
.travis.yml
@@ -2,8 +2,9 @@ language: python
2
python:
3
- "2.7"
4
env:
5
- - DJANGO=1.7.7
6
- - DJANGO=1.8
+ - DJANGO=1.7.11
+ - DJANGO=1.8.9
7
+ - DJANGO=1.9.2
8
install:
9
- pip install -q Django==$DJANGO --use-mirrors
10
- pip install coveralls
rest_auth/registration/serializers.py
@@ -22,7 +22,6 @@
22
pass
23
24
25
-
26
class SocialLoginSerializer(serializers.Serializer):
27
access_token = serializers.CharField(required=False, allow_blank=True)
28
code = serializers.CharField(required=False, allow_blank=True)
0 commit comments