django1/django/contrib/comments/views
Karen Tracey e434573ef1 Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-16 22:37:45 +00:00
..
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
comments.py Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test. 2010-03-16 22:37:45 +00:00
moderation.py Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
utils.py Fixed #12151: Ensured the comments code does not cause a server error when a request comes in for a comment specifying an invalid primary key value. Thanks thejaswi_puthraya. 2010-03-05 20:17:52 +00:00