summaryrefslogtreecommitdiff
path: root/django/contrib/comments/feeds.py
AgeCommit message (Expand)Author
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2012-09-28Used get_current_site in comments feed classClaude Paroz
2011-04-29Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the e...Jannis Leidel
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2009-04-07Fixed #10633, #10691: marked strings in the comments app for translation. Tha...Jacob Kaplan-Moss
2008-09-28Use correct m2m join table name in LatestCommentsFeedJames Bennett
2008-09-28Fixed #9203: Restore correct ordering for LatestCommentsFeedJames Bennett
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2007-10-19Fixed docstring style.Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-01Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris.Malcolm Tredinnick
2006-07-21Fixed bug in comment feed turned up by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-05-26Fixed #1981 -- Fixed bug in feeds.py for commentsAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-18Added feed configurations for django.contrib.commentsJacob Kaplan-Moss