index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
unittest
Age
Commit message (
Expand
)
Author
2013-07-01
This doesn't need to be a package any more.
Aymeric Augustin
2013-07-01
Fixed #20680 -- Deprecated django.utils.unittest.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2012-12-24
Fixed #19204 -- Replaced python2-style exception syntax.
Florian Apolloner
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-01-27
Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown met...
Aymeric Augustin
2011-03-26
Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...
Adrian Holovaty
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-10-18
Fixed #14486 -- Modified the import order for the bundled unittest so that a ...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee