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