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
/
admin.py
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-02-06
Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places
Alexey Boriskin
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2010-12-21
Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected act...
Jannis Leidel
2010-03-12
Fixed #12940 -- Modified some admin actions in contrib.comments to use ungett...
Russell Keith-Magee
2009-10-23
Fixed #11625: added comment moderation via admin actions.
Jacob Kaplan-Moss
2009-10-08
Fixed #11995 -- Modified the admin site definition for comments so that users...
Russell Keith-Magee
2009-02-23
Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...
Jacob Kaplan-Moss
2009-01-12
A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...
Jacob Kaplan-Moss
2008-09-16
Fixed #8917 -- Comments are now displayed in reverse order by submit_date in ...
Wilson Miner
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner