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