django-rest-auth/rest_auth
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
..
registration Fix the optional deps for allauth.socialaccount 2015-10-04 12:41:07 +02:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py adding static code analysis 2015-04-28 10:04:20 +02:00
django_test_urls.py adding static code analysis 2015-04-28 10:04:20 +02:00
models.py First commit. 2014-04-30 12:52:05 -07:00
serializers.py fix update_session_auth_hash for django <1.7 2015-10-19 10:12:25 +02:00
test_urls.py appending all views with View 2015-08-07 13:54:45 +03:00
tests.py Alter a statement to make it python3 compatible 2015-10-26 10:13:27 -03:00
urls.py appending all views with View 2015-08-07 13:54:45 +03:00
utils.py Merge branch 'master' into flake8 2015-04-28 10:04:42 +02:00
views.py bugfix, request.DATA is deprecated, replaced with request.data 2015-08-07 14:31:33 +03:00