| Age | Commit message (Expand) | Author |
| 2008-08-28 | Updated a few save() methods on models to accept force_insert and force_update | Malcolm Tredinnick |
| 2008-08-27 | Fixed #8601: a small typo in comment views. | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8544: correctly cast `Comment.object_pk` to string when doing lookups.... | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-27 | Fixed get_absolute_url() for comments. Previously, it relied on "view on site" | Malcolm Tredinnick |
| 2008-08-26 | Updated comment signals to provide enough information to actually act on. Thi... | Jacob Kaplan-Moss |
| 2008-08-26 | The comments app was unconditionally accessing various settings that didn't | Malcolm Tredinnick |
| 2008-08-25 | Refactored Django's comment system. | Jacob Kaplan-Moss |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-01-28 | Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`. | Gary Wilson Jr |
| 2008-01-28 | Style fixes. | Gary Wilson Jr |
| 2007-11-29 | Fixed #5909 -- Made the various django.contrib.comment models more robust in | Malcolm Tredinnick |
| 2007-10-19 | Fixed docstring style. | Gary Wilson Jr |
| 2007-09-21 | Fixed #3453: introduced a new template variable resolution system by Brian Ha... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #3091 -- django.contrib.comments views now accept extra_context and con... | Adrian Holovaty |
| 2007-08-11 | Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app.... | Malcolm Tredinnick |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-16 | Fixed #4887 -- Fixed another place where template tag arguments are used | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3185 -- Made values for login, logout and post-login redirect URLs | Malcolm Tredinnick |
| 2007-03-31 | Fixed #3473 -- Corrected access to get in manager (probably introduced as par... | Russell Keith-Magee |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-11-07 | Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.de | Jacob Kaplan-Moss |
| 2006-10-25 | Fixed ngettext bug in comments post view | Jacob Kaplan-Moss |
| 2006-10-24 | Fixed #2826 -- Added .is_authenticated() check before login() in comments views | Adrian Holovaty |
| 2006-07-21 | Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed bug in comment feed turned up by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-07-07 | Fixed #2283 -- Fixed XHTML-strict validation error in comment templates | Adrian Holovaty |
| 2006-06-28 | Merged multi-auth branch to trunk. See the authentication docs for the ramif... | Jacob Kaplan-Moss |
| 2006-06-26 | Fixed #2168 -- Made comment templates more accessible | Adrian Holovaty |
| 2006-05-26 | Fixed #1981 -- Fixed bug in feeds.py for comments | Adrian Holovaty |
| 2006-05-26 | Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T... | Adrian Holovaty |
| 2006-05-05 | Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ... | Adrian Holovaty |
| 2006-05-03 | Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank... | Jacob Kaplan-Moss |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-02-02 | Removed use of deprecated template_loader from [2230] | Adrian Holovaty |
| 2006-02-02 | fixed #1287 - comment forms are now translateable and overrideable | Georg Bauer |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-23 | Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template | Adrian Holovaty |
| 2005-11-23 | Added translation strings to django.contrib.comments. Taken from new-admin. | Adrian Holovaty |
| 2005-11-18 | Added feed configurations for django.contrib.comments | Jacob Kaplan-Moss |