summaryrefslogtreecommitdiff
path: root/django/contrib/comments/managers.py
AgeCommit message (Expand)Author
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2008-09-01Make sure to use force_unicode when looking up comment objects by `object_pk`...Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss