django1/django/contrib/comments
Malcolm Tredinnick cff78c60ac Fixed #8963 -- Use the require_POST decorator instead of doing things manually in one of the comment views. Thanks, zgoda.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05 05:10:35 +00:00
..
templates/comments Fixed #9100 -- Added a missing CSS class to a submit button. 2008-10-05 05:09:59 +00:00
templatetags Fixed #8544: correctly cast `Comment.object_pk` to string when doing lookups. This really only papers over a bigger problem related to casting the RHS of GFKs, but that larger change can wait for a more systematic fix. 2008-08-27 22:51:24 +00:00
views Fixed #8963 -- Use the require_POST decorator instead of doing things manually in one of the comment views. Thanks, zgoda. 2008-10-05 05:10:35 +00:00
__init__.py The comments app was unconditionally accessing various settings that didn't 2008-08-26 06:58:43 +00:00
admin.py Fixed #8917 -- Comments are now displayed in reverse order by submit_date in the admin. Thanks to arien for the patch. 2008-09-16 00:25:21 +00:00
feeds.py Use correct m2m join table name in LatestCommentsFeed 2008-09-28 02:55:56 +00:00
forms.py Fixed #8879 -- Used ungettext instead of ngettext in the comments framework. 2008-10-05 05:05:32 +00:00
managers.py Make sure to use force_unicode when looking up comment objects by `object_pk`. Fixes #8762, and one other bug that nobody's reported yet. 2008-09-01 17:23:09 +00:00
models.py Fixed #8614 -- Typo fix. 2008-09-03 18:44:19 +00:00
signals.py Updated comment signals to provide enough information to actually act on. This was uncovered when working on the documentation, which'll be committed shortly. 2008-08-26 18:53:52 +00:00
urls.py Fixed get_absolute_url() for comments. Previously, it relied on "view on site" 2008-08-27 07:04:58 +00:00