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
/
utils.py
Age
Commit message (
Expand
)
Author
2007-06-25
unicode: Merged from trunk up to [5530]. Oracle backend has not been ported to
Malcolm Tredinnick
2007-06-17
unicode: Render templates as unicode objects and only convert them to
Malcolm Tredinnick
2007-05-29
unicode: Merged from trunk up to [5380].
Malcolm Tredinnick
2007-05-17
unicode: Added (optional) explicit template encoding specification. Also ported
Malcolm Tredinnick
2007-05-11
unicode: Merged changes from trunk up to [5182].
Malcolm Tredinnick
2007-02-18
Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...
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