Sidebar Network

django-comment-utils Utilities which make Django’s comment system a bit easier to use.

The Basics

Utilities which make Django’s comment system a bit easier to use, including template tags for common operations, a custom manager with useful querying functionality for models which use comments, and a generic comment-moderation system.

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

Recent Commits

  • 92 was committed 4 months, 3 weeks ago.
    Fixed #35: Update to deal with signal refactor
  • 91 was committed 5 months, 3 weeks ago.
    Fix some docstring formatting
  • 90 was committed 6 months, 2 weeks ago.
    Make this even more robust (I hope)
  • 89 was committed 6 months, 3 weeks ago.
    Hopefully be a bit more portabl
  • 88 was committed 6 months, 3 weeks ago.
    Experimenting with doing most_commented() entirely in extra(). Probably not reliable or portable yet.
  • 87 was committed 6 months, 3 weeks ago.
    Add some experimental moderation features
  • 86 was committed 11 months, 1 week ago.
    Fix a typo
  • 85 was committed 1 year, 1 month ago.
    Release 0.3p1
  • 84 was committed 1 year, 1 month ago.
    Fixed #17; moved email notification into post-save
  • 83 was committed 1 year, 1 month ago.
    Fixed #18, hopefully, by relying on the SQLite adapter to properly cast booleans instead of trying to use integers, which can fail on PostgreSQL.