AUTHORS LICENSE MANIFEST.in README.rst runtests.py setup.cfg setup.py tox.ini docs/Makefile docs/activation-workflow.rst docs/conf.py docs/custom-user.rst docs/deprecations.rst docs/exceptions.rst docs/faq.rst docs/forms.rst docs/index.rst docs/install.rst docs/make.bat docs/one-step-workflow.rst docs/quickstart.rst docs/security.rst docs/settings.rst docs/signals.rst docs/spelling_wordlist.txt docs/upgrade.rst docs/validators.rst docs/views.rst src/django_registration/__init__.py src/django_registration/exceptions.py src/django_registration/forms.py src/django_registration/signals.py src/django_registration/validators.py src/django_registration/views.py src/django_registration.egg-info/PKG-INFO src/django_registration.egg-info/SOURCES.txt src/django_registration.egg-info/dependency_links.txt src/django_registration.egg-info/not-zip-safe src/django_registration.egg-info/requires.txt src/django_registration.egg-info/top_level.txt src/django_registration/backends/__init__.py src/django_registration/backends/activation/__init__.py src/django_registration/backends/activation/urls.py src/django_registration/backends/activation/views.py src/django_registration/backends/one_step/__init__.py src/django_registration/backends/one_step/urls.py src/django_registration/backends/one_step/views.py src/django_registration/locale/ar/LC_MESSAGES/django.mo src/django_registration/locale/ar/LC_MESSAGES/django.po src/django_registration/locale/bg/LC_MESSAGES/django.mo src/django_registration/locale/bg/LC_MESSAGES/django.po src/django_registration/locale/ca/LC_MESSAGES/django.mo src/django_registration/locale/ca/LC_MESSAGES/django.po src/django_registration/locale/cs/LC_MESSAGES/django.mo src/django_registration/locale/cs/LC_MESSAGES/django.po src/django_registration/locale/da/LC_MESSAGES/django.mo src/django_registration/locale/da/LC_MESSAGES/django.po src/django_registration/locale/de/LC_MESSAGES/django.mo src/django_registration/locale/de/LC_MESSAGES/django.po src/django_registration/locale/el/LC_MESSAGES/django.mo src/django_registration/locale/el/LC_MESSAGES/django.po src/django_registration/locale/en/LC_MESSAGES/django.mo src/django_registration/locale/en/LC_MESSAGES/django.po src/django_registration/locale/es/LC_MESSAGES/django.mo src/django_registration/locale/es/LC_MESSAGES/django.po src/django_registration/locale/es_AR/LC_MESSAGES/django.mo src/django_registration/locale/es_AR/LC_MESSAGES/django.po src/django_registration/locale/fa/LC_MESSAGES/django.mo src/django_registration/locale/fa/LC_MESSAGES/django.po src/django_registration/locale/fr/LC_MESSAGES/django.mo src/django_registration/locale/fr/LC_MESSAGES/django.po src/django_registration/locale/he/LC_MESSAGES/django.mo src/django_registration/locale/he/LC_MESSAGES/django.po src/django_registration/locale/hr/LC_MESSAGES/django.mo src/django_registration/locale/hr/LC_MESSAGES/django.po src/django_registration/locale/is/LC_MESSAGES/django.mo src/django_registration/locale/is/LC_MESSAGES/django.po src/django_registration/locale/it/LC_MESSAGES/django.mo src/django_registration/locale/it/LC_MESSAGES/django.po src/django_registration/locale/ja/LC_MESSAGES/django.mo src/django_registration/locale/ja/LC_MESSAGES/django.po src/django_registration/locale/ko/LC_MESSAGES/django.mo src/django_registration/locale/ko/LC_MESSAGES/django.po src/django_registration/locale/nb/LC_MESSAGES/django.mo src/django_registration/locale/nb/LC_MESSAGES/django.po src/django_registration/locale/nl/LC_MESSAGES/django.mo src/django_registration/locale/nl/LC_MESSAGES/django.po src/django_registration/locale/pl/LC_MESSAGES/django.mo src/django_registration/locale/pl/LC_MESSAGES/django.po src/django_registration/locale/pt/LC_MESSAGES/django.mo src/django_registration/locale/pt/LC_MESSAGES/django.po src/django_registration/locale/pt_BR/LC_MESSAGES/django.mo src/django_registration/locale/pt_BR/LC_MESSAGES/django.po src/django_registration/locale/ru/LC_MESSAGES/django.mo src/django_registration/locale/ru/LC_MESSAGES/django.po src/django_registration/locale/sl/LC_MESSAGES/django.mo src/django_registration/locale/sl/LC_MESSAGES/django.po src/django_registration/locale/sr/LC_MESSAGES/django.mo src/django_registration/locale/sr/LC_MESSAGES/django.po src/django_registration/locale/sv/LC_MESSAGES/django.mo src/django_registration/locale/sv/LC_MESSAGES/django.po src/django_registration/locale/tr_TR/LC_MESSAGES/django.mo src/django_registration/locale/tr_TR/LC_MESSAGES/django.po src/django_registration/locale/zh_CN/LC_MESSAGES/django.mo src/django_registration/locale/zh_CN/LC_MESSAGES/django.po src/django_registration/locale/zh_TW/LC_MESSAGES/django.mo src/django_registration/locale/zh_TW/LC_MESSAGES/django.po src/django_registration/migrations/0001_initial.py src/django_registration/migrations/__init__.py tests/__init__.py tests/base.py tests/models.py tests/test_activation_workflow.py tests/test_forms.py tests/test_one_step_workflow.py tests/test_views.py tests/views.py tests/migrations/0001_initial.py tests/migrations/__init__.py tests/templates/django_registration/activation_complete.html tests/templates/django_registration/activation_email_body.txt tests/templates/django_registration/activation_email_subject.txt tests/templates/django_registration/activation_failed.html tests/templates/django_registration/registration_closed.html tests/templates/django_registration/registration_complete.html tests/templates/django_registration/registration_form.html tests/urls/__init__.py tests/urls/custom_user_activation.py tests/urls/custom_user_one_step.py tests/urls/view_tests.py