AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
dj_waff/__init__.py
dj_waff/apps.py
dj_waff.egg-info/PKG-INFO
dj_waff.egg-info/SOURCES.txt
dj_waff.egg-info/dependency_links.txt
dj_waff.egg-info/not-zip-safe
dj_waff.egg-info/top_level.txt
dj_waff/choice_with_other/__init__.py
dj_waff/choice_with_other/widget_compat.py
dj_waff/static/dj_waff/choice_with_other.js
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
example/README.md
example/db.sqlite3
example/manage.py
example/requirements.txt
example/core/__init__.py
example/core/admin.py
example/core/apps.py
example/core/forms.py
example/core/models.py
example/core/tests.py
example/core/urls.py
example/core/views.py
example/core/migrations/0001_initial.py
example/core/migrations/__init__.py
example/core/templates/core/document_form.html
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/templates/dj_waff/base.html
tests/__init__.py
tests/test_models.py