mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-10-30 15:27:31 +03:00
- 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 |
||
|---|---|---|
| .. | ||
| registration | ||
| __init__.py | ||
| admin.py | ||
| app_settings.py | ||
| django_test_urls.py | ||
| models.py | ||
| serializers.py | ||
| test_urls.py | ||
| tests.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||