index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
comment_tests
Age
Commit message (
Expand
)
Author
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-10
Whitespace cleanup.
Tim Graham
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-04-12
Modified comment_tests for unittest2 discovery.
Preston Timmons
2013-03-11
Remove a special case for comment tests from runtests.py.
Jacob Kaplan-Moss
2013-03-07
Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.
Baptiste Mispelon
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner