index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
comment_tests
Age
Commit message (
Expand
)
Author
2012-03-15
Added a `with_statement` import to a test for Python 2.5 compatibility.
Julien Phalip
2012-03-15
Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...
Luke Plant
2012-02-11
Fixed #17256 -- Ensured that content types get cached when retrieved by natur...
Julien Phalip
2012-02-11
Fix the other test for #15237.
Paul McMillan
2011-10-14
Switch several assertNumQueries to use the context manager, which is much mor...
Alex Gaynor
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-09
Fixed #16042 -- Use the content types caching in the comments contrib app. Th...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-26
Fixed #15904 - render_comment_form executes unnecessary query for object
Luke Plant
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-03-30
Removed Django 1.2 compatibility fallback for contrib.comments forms hash.
Luke Plant
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-03
Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...
Jannis Leidel
2011-01-13
Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...
Russell Keith-Magee
2010-12-21
Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected act...
Jannis Leidel
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-13
Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...
Jannis Leidel
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-09
Fixed a typo in the comments tests, as well as a dependency on CPython's refe...
Alex Gaynor
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-05-10
Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rel...
Russell Keith-Magee
2010-03-16
Changed the comments post view code to avoid raising an exception if handed i...
Karen Tracey
2010-03-05
Fixed #12151: Ensured the comments code does not cause a server error when a ...
Karen Tracey
2010-01-28
Fixed #12724: Fixed new comment tests to not hardcode comment primary key val...
Karen Tracey
2010-01-04
Fixed #10285 - Added render_comment_list template tag to comments app. Thanks...
Jannis Leidel
2010-01-04
Fixed #11100 - Added get_comment_permalink template tag to comments app to be...
Jannis Leidel
2009-10-24
Fixed a couple of test-ordering-dependant failures introduced in [11639] that...
Jacob Kaplan-Moss
2009-10-23
Fixed #11625: added comment moderation via admin actions.
Jacob Kaplan-Moss
2009-05-15
Corrected tests from [10784]; instead of retrieving two comments, it was retr...
James Bennett
2009-05-14
Fixed #11113: fixed a couple of issues that slipped through the cracks when c...
Jacob Kaplan-Moss
2009-04-07
Fixed #10585: comment redirects built from the `next` parameter now work corr...
Jacob Kaplan-Moss
2009-03-23
Fixed #9282: added a generic comment moderation toolkit. See the documentatio...
Jacob Kaplan-Moss
2009-03-02
Factor out some common pieces of django.conf.LazySettings.
Malcolm Tredinnick
2009-02-23
Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...
Jacob Kaplan-Moss
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2008-10-05
Add internationalisation support to the comment templates. Fixed #8868, #8905
Malcolm Tredinnick
2008-10-05
Fixed #8803 -- Allow authenticated users without first_name/last_name values ...
Malcolm Tredinnick
2008-08-30
Fixed #8716: correctly handle name and email in comments from authenticated u...
Jacob Kaplan-Moss
2008-08-26
Updated comment tests to hook up URLs in the correct manner. This fixes a bun...
Jacob Kaplan-Moss
2008-08-26
Updated comment signals to provide enough information to actually act on. Thi...
Jacob Kaplan-Moss
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss