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
/
django
/
test
Age
Commit message (
Expand
)
Author
2007-05-31
boulder-oracle-sprint: Merged to [5392]
Boulder Sprinters
2007-05-30
boulder-oracle-sprint: Merged to [5383]
Boulder Sprinters
2007-05-14
boulder-oracle-sprint: Merged to [5234]
Boulder Sprinters
2007-05-10
boulder-oracle-sprint: Merged to [5182]
Boulder Sprinters
2007-05-08
boulder-oracle-sprint: Merged to [5173]
Boulder Sprinters
2007-05-07
boulder-oracle-sprint: Merged to [5156]
Boulder Sprinters
2007-03-29
boulder-oracle-sprint: Merged to [4853].
Boulder Sprinters
2007-03-22
boulder-oracle-sprint: Merged to [4775] of trunk.
Boulder Sprinters
2007-03-09
boulder-oracle-sprint: Merged to trunk [4692].
Boulder Sprinters
2006-11-04
[boulder-oracle-sprint] added two stupidly missing "return" statements to cre...
Jacob Kaplan-Moss
2006-11-04
[boulder-oracle-sprint] fixed django.test.utils test db creation method deleg...
Jacob Kaplan-Moss
2006-11-04
[boulder-oracle-sprint] django.test.utils now delegates to the backend for te...
Jacob Kaplan-Moss
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-09-28
Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...
Adrian Holovaty
2006-09-25
Fixed #2771 -- Tweaked Django's doctest module so that it also works with
Malcolm Tredinnick
2006-09-09
Fixes #2669 -- Added check on import of tests.py to differentiate between an ...
Russell Keith-Magee
2006-09-05
Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,...
Russell Keith-Magee
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
2006-09-01
Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...
Russell Keith-Magee
2006-08-31
Refs #2333 - Added more documentation for testing framework, and clarified so...
Russell Keith-Magee
2006-08-28
Test database creation/deletion now correctly quotes database names when crea...
Jacob Kaplan-Moss
2006-08-27
Refs #2333 - Added test framework. This includes doctest and unittest finders...
Russell Keith-Magee