summaryrefslogtreecommitdiff
path: root/django/contrib/comments
AgeCommit message (Expand)Author
2005-09-22Converted load_and_render() calls to render_to_response() because of [664].Adrian Holovaty
2005-09-22Converted django.contrib.comments.views.* to use load_and_renderAdrian Holovaty
2005-09-01Fixed bug in contrib comment_form template tag when hard-coded object IDs are...Adrian Holovaty
2005-08-31Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than...Adrian Holovaty
2005-08-30Refactored comment templatetags to remove redundant 'tag_name' parameter. Als...Adrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-01Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.co...Adrian Holovaty
2005-07-30Gave comments.FreeComment a get_absolute_url() methodAdrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-22Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...Adrian Holovaty
2005-07-20Argh: fixed another bug in [244]Jacob Kaplan-Moss
2005-07-20Fixed really dumb bug in [244]Jacob Kaplan-Moss
2005-07-20Added "reversed" option to get_comment_list templatetag to return comments in...Jacob Kaplan-Moss
2005-07-20Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...Adrian Holovaty
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty
2005-07-14Fixed bug in [29]Adrian Holovaty
2005-07-14Fixed bug in [29]Adrian Holovaty
2005-07-14Fixed bug in django.contrib.comments urlconfAdrian Holovaty
2005-07-14Created django.contrib and moved comments into itAdrian Holovaty