MANIFEST.in
README.rst
requirements-docs.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
src/django_inspectional_registration.egg-info/PKG-INFO
src/django_inspectional_registration.egg-info/SOURCES.txt
src/django_inspectional_registration.egg-info/dependency_links.txt
src/django_inspectional_registration.egg-info/requires.txt
src/django_inspectional_registration.egg-info/top_level.txt
src/django_inspectional_registration.egg-info/zip-safe
src/registration/__init__.py
src/registration/compat.py
src/registration/conf.py
src/registration/forms.py
src/registration/models.py
src/registration/signals.py
src/registration/urls.py
src/registration/utils.py
src/registration/views.py
src/registration/admin/__init__.py
src/registration/admin/forms.py
src/registration/backends/__init__.py
src/registration/backends/base.py
src/registration/backends/default/__init__.py
src/registration/contrib/__init__.py
src/registration/contrib/autologin/__init__.py
src/registration/contrib/autologin/conf.py
src/registration/contrib/autologin/models.py
src/registration/contrib/autologin/tests.py
src/registration/contrib/notification/__init__.py
src/registration/contrib/notification/conf.py
src/registration/contrib/notification/models.py
src/registration/contrib/notification/tests/__init__.py
src/registration/contrib/notification/tests/urls.py
src/registration/locale/de/LC_MESSAGES/django.po
src/registration/locale/fr/LC_MESSAGES/django.po
src/registration/locale/ja/LC_MESSAGES/django.po
src/registration/locale/pt_BR/LC_MESSAGES/django.po
src/registration/management/__init__.py
src/registration/management/commands/__init__.py
src/registration/management/commands/cleanup_expired_registrations.py
src/registration/management/commands/cleanup_registrations.py
src/registration/management/commands/cleanup_rejected_registrations.py
src/registration/management/commands/cleanupregistration.py
src/registration/migrations/0001_initial.py
src/registration/migrations/__init__.py
src/registration/south_migrations/0001_initial.py
src/registration/south_migrations/0002_auto__add_field_registrationprofile__status__chg_field_registrationpro.py
src/registration/south_migrations/0003_status.py
src/registration/south_migrations/0004_activation_keys.py
src/registration/south_migrations/__init__.py
src/registration/supplements/__init__.py
src/registration/supplements/base.py
src/registration/supplements/default/__init__.py
src/registration/supplements/default/models.py
src/registration/templates/admin/registration/registrationprofile/change_form.html
src/registration/templates/registration/acceptance_email.txt
src/registration/templates/registration/acceptance_email_subject.txt
src/registration/templates/registration/activation_complete.html
src/registration/templates/registration/activation_email.txt
src/registration/templates/registration/activation_email_subject.txt
src/registration/templates/registration/activation_form.html
src/registration/templates/registration/base.html
src/registration/templates/registration/login.html
src/registration/templates/registration/logout.html
src/registration/templates/registration/registration_closed.html
src/registration/templates/registration/registration_complete.html
src/registration/templates/registration/registration_email.txt
src/registration/templates/registration/registration_email_subject.txt
src/registration/templates/registration/registration_form.html
src/registration/templates/registration/rejection_email.txt
src/registration/templates/registration/rejection_email_subject.txt
src/registration/tests/__init__.py
src/registration/tests/compat.py
src/registration/tests/mock.py
src/registration/tests/test_admin.py
src/registration/tests/test_backends.py
src/registration/tests/test_forms.py
src/registration/tests/test_models.py
src/registration/tests/test_supplements.py
src/registration/tests/test_views.py
src/registration/tests/utils.py