/CHANGELOG.txt

http://django-comment-utils.googlecode.com/ · Plain Text · 38 lines · 24 code · 14 blank · 0 comment · 0 complexity · 1b7d23e3116fdb07b469780d6a9bc2e6 MD5 · raw file

  1. =======================
  2. comment_utils changelog
  3. =======================
  4. Version 0.3p1, 23 November 2007:
  5. --------------------------------
  6. * Packaged from revision 84 in Subversion.
  7. * Minor bugfix in ``CommentedObjectManager``.
  8. * Moved email notification of new comments into post-save portion of
  9. moderation to match what the docs claim. This means you will not
  10. receive notification of comments which were deleted.
  11. Version 0.3, 10 November 2007:
  12. ------------------------------
  13. * Packaged from revision 82 in Subversion.
  14. * Changes to support Django's Unicode merge.
  15. * Changes to comply with updates to template variable resolution in
  16. Django's built-in comment tags.
  17. * Added a script, suitable for use as a cron job, which can be used to
  18. automatically delete spam comments after a certain period of time
  19. has elapsed.
  20. Version 0.2, 9 July 2007:
  21. -------------------------
  22. * Fixed a bug with registering/unregistering lists of model classes,
  23. by switching from an ``issubclass`` check on ``Model`` to an
  24. ``isinstance`` check on ``ModelBase``.