django/tests/regressiontests/comment_tests/tests
Jannis Leidel 9b7be918ed Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-13 18:42:56 +00:00
..
__init__.py Fixed #9282: added a generic comment moderation toolkit. See the documentation for details. 2009-03-23 21:07:02 +00:00
app_api_tests.py Fixed #13827 -- Cleaned up a few unnecessary function calls. 2010-09-26 21:36:22 +00:00
comment_form_tests.py Fixed #14445 - Use HMAC and constant-time comparison functions where needed. 2010-10-14 20:54:30 +00:00
comment_utils_moderators_tests.py Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley. 2010-11-13 18:42:56 +00:00
comment_view_tests.py Fixed a typo in the comments tests, as well as a dependency on CPython's reference counting semantics. 2010-10-09 23:04:49 +00:00
model_tests.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
moderation_view_tests.py Fixed a couple of test-ordering-dependant failures introduced in [11639] that caused test failures when running the whole test suite. 2009-10-24 00:23:47 +00:00
templatetag_tests.py Fixed #12724: Fixed new comment tests to not hardcode comment primary key values. Thanks carljm. 2010-01-28 19:23:54 +00:00