Sidebar Network

django-threadedcomments A simple, yet flexible threaded comment system for Django.

The Basics

This is a simple yet flexible threaded commenting system for your Django projects.

Project Homehttp://code.google.com/p/django-threadedcomments/
Grab the Repository – svn checkout http://django-threadedcomments.googlecode.com/svn/trunk/
 

Recent Commits

  • 119 was committed 1 week, 6 days ago.
    Updated to use the latest signals, and account for a few problems with django-comment-utils use of the old signals.
  • 118 was committed 3 weeks, 1 day ago.
    Migrated away from using the Django built-in permissions, as they were not granular enough and did not cover the common case. Now, comment_delete takes a permission_callback which takes in the comment object and the user object and returns a boolean whether the user should be able to delete that comment.
  • 117 was committed 1 month ago.
    Got rid of admin.py import due to the addition of autodiscover
  • 116 was committed 1 month ago.
    Merged NFA branch to trunk.
  • 115 was committed 1 month ago.
    This merge didn’t work.
  • 114 was committed 1 month ago.
    Merged nfa branch to trunk.
  • 110 was committed 2 months, 3 weeks ago.
    Changed an email in contributors file.
  • 109 was committed 2 months, 3 weeks ago.
    Added tons of svn:ignore rules.
  • 108 was committed 3 months ago.
    Corrected small problem with djangosphinx integration with threadedcommentstags.
  • 107 was committed 3 months, 1 week ago.
    Added two new tags for getting comments for a particular user, and updated docs and tests to reflect the new tags.