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
/
models.py
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-02-24
Fixed #16302 -- Ensure contrib.comments is IPv6 capable
Erik Romijn
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-05-08
Comment._get_userinfo is thread safe now
maurizio
2011-11-20
Upgraded django.contrib.comments to be compatible with time zone support.
Aymeric Augustin
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-07
Fixed #10633, #10691: marked strings in the comments app for translation. Tha...
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-03
Fixed #8614 -- Typo fix.
Malcolm Tredinnick
2008-09-01
Added a related name to the ForeignKey in the abstract base class of the
Malcolm Tredinnick
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
Fixed get_absolute_url() for comments. Previously, it relied on "view on site"
Malcolm Tredinnick
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-01-28
Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.
Gary Wilson Jr
2008-01-28
Style fixes.
Gary Wilson Jr
2007-11-29
Fixed #5909 -- Made the various django.contrib.comment models more robust in
Malcolm Tredinnick
2007-08-11
Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app....
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-31
Fixed #3473 -- Corrected access to get in manager (probably introduced as par...
Russell Keith-Magee
2006-11-07
Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.de
Jacob Kaplan-Moss
2006-07-21
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...
Jacob Kaplan-Moss
2006-05-05
Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...
Adrian Holovaty
2006-05-03
Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank...
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty