django1/django/contrib/comments/views
Jacob Kaplan-Moss 6319470f88 Fixed #10585: comment redirects built from the `next` parameter now work correctly when `next` already contains a query string.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 19:49:07 +00:00
..
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
comments.py Fixed #9268: pass the "next" param through in the comment preview/post view. Also updated the docs to make this a bit clearer. 2009-04-07 19:28:13 +00:00
moderation.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
utils.py Fixed #10585: comment redirects built from the `next` parameter now work correctly when `next` already contains a query string. 2009-04-07 19:49:07 +00:00