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
/
views
Age
Commit message (
Expand
)
Author
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-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss
2006-05-26
Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-23
Added translation strings to django.contrib.comments. Taken from new-admin.
Adrian Holovaty
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-08-31
Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than...
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-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-14
Created django.contrib and moved comments into it
Adrian Holovaty
[prev]