LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_rest_email_auth.egg-info/PKG-INFO
django_rest_email_auth.egg-info/SOURCES.txt
django_rest_email_auth.egg-info/dependency_links.txt
django_rest_email_auth.egg-info/requires.txt
django_rest_email_auth.egg-info/top_level.txt
docs/CHANGELOG.rst
docs/Makefile
docs/commands.rst
docs/conf.py
docs/configuration.rst
docs/custom-serializers.rst
docs/endpoints.rst
docs/index.rst
docs/installation.rst
rest_email_auth/__init__.py
rest_email_auth/admin.py
rest_email_auth/app_settings.py
rest_email_auth/authentication.py
rest_email_auth/factories.py
rest_email_auth/generics.py
rest_email_auth/managers.py
rest_email_auth/models.py
rest_email_auth/serializers.py
rest_email_auth/urls.py
rest_email_auth/views.py
rest_email_auth/management/__init__.py
rest_email_auth/management/commands/__init__.py
rest_email_auth/management/commands/cleanemailconfirmations.py
rest_email_auth/migrations/0001_initial.py
rest_email_auth/migrations/0002_emailconfirmation.py
rest_email_auth/migrations/0003_unique_emails.py
rest_email_auth/migrations/0004_emailaddress_is_primary.py
rest_email_auth/migrations/0005_passwordresettoken.py
rest_email_auth/migrations/__init__.py
rest_email_auth/templates/rest_email_auth/emails/duplicate-email.txt
rest_email_auth/templates/rest_email_auth/emails/reset-password.txt
rest_email_auth/templates/rest_email_auth/emails/verify-email.txt
rest_email_auth/tests/__init__.py
rest_email_auth/tests/conftest.py
rest_email_auth/tests/authentication/__init__.py
rest_email_auth/tests/authentication/conftest.py
rest_email_auth/tests/authentication/test_base_backend.py
rest_email_auth/tests/authentication/test_verified_email_backend.py
rest_email_auth/tests/generics/__init__.py
rest_email_auth/tests/generics/test_serializer_save_view.py
rest_email_auth/tests/management/__init__.py
rest_email_auth/tests/management/commands/__init__.py
rest_email_auth/tests/management/commands/test_cleanemailconfirmations_command.py
rest_email_auth/tests/models/__init__.py
rest_email_auth/tests/models/test_email_address_model.py
rest_email_auth/tests/models/test_email_confirmation_model.py
rest_email_auth/tests/models/test_model_functions.py
rest_email_auth/tests/models/test_password_reset_token_model.py
rest_email_auth/tests/serializers/__init__.py
rest_email_auth/tests/serializers/test_email_serializer.py
rest_email_auth/tests/serializers/test_email_verification_serializer.py
rest_email_auth/tests/serializers/test_password_reset_request_serializer.py
rest_email_auth/tests/serializers/test_password_reset_serializer.py
rest_email_auth/tests/serializers/test_registration_serializer.py
rest_email_auth/tests/serializers/test_resend_verification_serializer.py
rest_email_auth/tests/views/__init__.py
rest_email_auth/tests/views/test_email_detail_view.py
rest_email_auth/tests/views/test_email_list_view.py
rest_email_auth/tests/views/test_email_verification_view.py
rest_email_auth/tests/views/test_password_reset_view.py
rest_email_auth/tests/views/test_registration_view.py
rest_email_auth/tests/views/test_request_password_reset_view.py
rest_email_auth/tests/views/test_resend_verification_view.py