AUTHORS
LICENSE
MANIFEST.in
setup.py
django_comments_xtd/__init__.py
django_comments_xtd/admin.py
django_comments_xtd/forms.py
django_comments_xtd/models.py
django_comments_xtd/signals.py
django_comments_xtd/signed.py
django_comments_xtd/urls.py
django_comments_xtd/utils.py
django_comments_xtd/views.py
django_comments_xtd.egg-info/PKG-INFO
django_comments_xtd.egg-info/SOURCES.txt
django_comments_xtd.egg-info/dependency_links.txt
django_comments_xtd.egg-info/top_level.txt
django_comments_xtd/migrations/0001_initial.py
django_comments_xtd/migrations/0002_auto__add_field_xtdcomment_thread__add_field_xtdcomment_parent__add_fi.py
django_comments_xtd/migrations/0003_threads.py
django_comments_xtd/migrations/__init__.py
django_comments_xtd/templates/404.html
django_comments_xtd/templates/django_comments_xtd/accepted.html~
django_comments_xtd/templates/django_comments_xtd/comment.html
django_comments_xtd/templates/django_comments_xtd/comment.html~
django_comments_xtd/templates/django_comments_xtd/discarded.html
django_comments_xtd/templates/django_comments_xtd/email_confirmation_request.html
django_comments_xtd/templates/django_comments_xtd/email_confirmation_request.html~
django_comments_xtd/templates/django_comments_xtd/email_confirmation_request.txt
django_comments_xtd/templates/django_comments_xtd/email_followup_comment.html
django_comments_xtd/templates/django_comments_xtd/email_followup_comment.txt
django_comments_xtd/templates/django_comments_xtd/max_thread_level.html
django_comments_xtd/templates/django_comments_xtd/max_thread_level.html~
django_comments_xtd/templates/django_comments_xtd/reply.html
django_comments_xtd/templates/django_comments_xtd/reply.html~
django_comments_xtd/templatetags/__init__.py
django_comments_xtd/templatetags/comments_xtd.py
django_comments_xtd/tests/__init__.py
django_comments_xtd/tests/forms.py
django_comments_xtd/tests/models.py
django_comments_xtd/tests/templatetags.py
django_comments_xtd/tests/urls.py
django_comments_xtd/tests/views.py
docs/Makefile
docs/conf.py
docs/django_comments_xtd.rst~
docs/example.rst
docs/index.rst
docs/make.bat
docs/settings.rst
docs/templates.rst
docs/templatetags.rst
docs/templatetags.rst~
docs/tutorial.rst
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/example.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/settings.doctree
docs/_build/doctrees/templates.doctree
docs/_build/doctrees/templatetags.doctree
docs/_build/doctrees/tutorial.doctree
docs/_build/html/.buildinfo
docs/_build/html/example.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/settings.html
docs/_build/html/templates.html
docs/_build/html/templatetags.html
docs/_build/html/tutorial.html
docs/_build/html/_sources/example.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/settings.txt
docs/_build/html/_sources/templates.txt
docs/_build/html/_sources/templatetags.txt
docs/_build/html/_sources/tutorial.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/nature.css
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
tests/__init__.py
tests/runtests.py
tests/settings.py