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
/
dispatch
Age
Commit message (
Expand
)
Author
2014-07-07
[1.7.x] Removed unnecessary directory in dispatch tests.
Tim Graham
2014-07-07
[1.7.x] Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-02-05
Fixed #21952 -- signals deadlock due to locking + weakref interaction
Anssi Kääriäinen
2014-01-09
Fixed removal of signal receivers in Python 3.4
Florian Apolloner
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-08-20
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner