.pep8
CHANGES
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
captcha/__init__.py
captcha/fields.py
captcha/helpers.py
captcha/models.py
captcha/urls.py
captcha/views.py
captcha/conf/__init__.py
captcha/conf/settings.py
captcha/fonts/COPYRIGHT.TXT
captcha/fonts/README.TXT
captcha/fonts/Vera.ttf
captcha/locale/bg/LC_MESSAGES/django.mo
captcha/locale/bg/LC_MESSAGES/django.po
captcha/locale/cs/LC_MESSAGES/django.mo
captcha/locale/cs/LC_MESSAGES/django.po
captcha/locale/de/LC_MESSAGES/django.mo
captcha/locale/de/LC_MESSAGES/django.po
captcha/locale/en/LC_MESSAGES/django.po
captcha/locale/es/LC_MESSAGES/django.mo
captcha/locale/es/LC_MESSAGES/django.po
captcha/locale/fr/LC_MESSAGES/django.mo
captcha/locale/fr/LC_MESSAGES/django.po
captcha/locale/it/LC_MESSAGES/django.mo
captcha/locale/it/LC_MESSAGES/django.po
captcha/locale/ja/LC_MESSAGES/django.mo
captcha/locale/ja/LC_MESSAGES/django.po
captcha/locale/nl/LC_MESSAGES/django.mo
captcha/locale/nl/LC_MESSAGES/django.po
captcha/locale/pl/LC_MESSAGES/django.mo
captcha/locale/pl/LC_MESSAGES/django.po
captcha/locale/pt_BR/LC_MESSAGES/django.mo
captcha/locale/pt_BR/LC_MESSAGES/django.po
captcha/locale/ru/LC_MESSAGES/django.mo
captcha/locale/ru/LC_MESSAGES/django.po
captcha/locale/sk/LC_MESSAGES/django.mo
captcha/locale/sk/LC_MESSAGES/django.po
captcha/locale/tr/LC_MESSAGES/django.mo
captcha/locale/tr/LC_MESSAGES/django.po
captcha/locale/uk/LC_MESSAGES/django.mo
captcha/locale/uk/LC_MESSAGES/django.po
captcha/locale/zh_CN/LC_MESSAGES/django.mo
captcha/locale/zh_CN/LC_MESSAGES/django.po
captcha/management/__init__.py
captcha/management/commands/__init__.py
captcha/management/commands/captcha_clean.py
captcha/migrations/0001_initial.py
captcha/migrations/__init__.py
captcha/south_migrations/0001_initial.py
captcha/south_migrations/__init__.py
captcha/templates/captcha/field.html
captcha/templates/captcha/hidden_field.html
captcha/templates/captcha/image.html
captcha/templates/captcha/text_field.html
captcha/tests/__init__.py
captcha/tests/tests.py
captcha/tests/urls.py
captcha/tests/views.py
django_simple_captcha.egg-info/PKG-INFO
django_simple_captcha.egg-info/SOURCES.txt
django_simple_captcha.egg-info/dependency_links.txt
django_simple_captcha.egg-info/not-zip-safe
django_simple_captcha.egg-info/requires.txt
django_simple_captcha.egg-info/top_level.txt
docs/Makefile
docs/advanced.rst
docs/conf.py
docs/index.rst
docs/usage.rst
docs/_static/captcha3.png
docs/_static/dict.png
docs/_static/math.png
docs/_static/random_chars.png
testproject/.coveragerc
testproject/__init__.py
testproject/coverage.sh
testproject/forms.py
testproject/manage.py
testproject/settings.py
testproject/urls.py
testproject/views.py
testproject/templates/home.html
testproject/templates/captcha_test/image.html