CHANGES.md
LICENSE
MANIFEST.in
README.md
setup.py
docs/requirements.txt
tango_comments/__init__.py
tango_comments/admin.py
tango_comments/feeds.py
tango_comments/forms.py
tango_comments/managers.py
tango_comments/models.py
tango_comments/moderation.py
tango_comments/settings.py
tango_comments/signals.py
tango_comments/urls.py
tango_comments.egg-info/PKG-INFO
tango_comments.egg-info/SOURCES.txt
tango_comments.egg-info/dependency_links.txt
tango_comments.egg-info/not-zip-safe
tango_comments.egg-info/top_level.txt
tango_comments/templates/comments/400-debug.html
tango_comments/templates/comments/approve.html
tango_comments/templates/comments/approved.html
tango_comments/templates/comments/base.html
tango_comments/templates/comments/delete.html
tango_comments/templates/comments/deleted.html
tango_comments/templates/comments/flag.html
tango_comments/templates/comments/flagged.html
tango_comments/templates/comments/form.html
tango_comments/templates/comments/list.html
tango_comments/templates/comments/posted.html
tango_comments/templates/comments/preview.html
tango_comments/templatetags/__init__.py
tango_comments/templatetags/comments.py
tango_comments/views/__init__.py
tango_comments/views/comments.py
tango_comments/views/moderation.py
tango_comments/views/utils.py
tests/__init__.py
tests/runtests.py
tests/custom_comments/__init__.py
tests/custom_comments/forms.py
tests/custom_comments/models.py
tests/custom_comments/views.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/urls.py
tests/testapp/urls_admin.py
tests/testapp/urls_default.py
tests/testapp/tests/__init__.py
tests/testapp/tests/app_api_tests.py
tests/testapp/tests/comment_form_tests.py
tests/testapp/tests/comment_utils_moderators_tests.py
tests/testapp/tests/comment_view_tests.py
tests/testapp/tests/feed_tests.py
tests/testapp/tests/model_tests.py
tests/testapp/tests/moderation_view_tests.py
tests/testapp/tests/templatetag_tests.py