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
/
regressiontests
/
datatypes
Age
Commit message (
Expand
)
Author
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-11-12
Made the oracle backend throw the same ValueError as the mysql backend when a...
Ian Kelly
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-08
Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim...
Jannis Leidel
2010-09-27
Migrated datatypes doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-01-09
Fixed #12059 - Let TimeField.to_python correctly return a datetime.time objec...
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-03-13
Fixed #10238: coerce TextField values to unicode in the oracle backend.
Ian Kelly
2008-09-01
Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it ...
Jacob Kaplan-Moss
2008-09-01
Revert [8799]. That wasn't ready for prime-time yet -- thanks, git-svn!
Jacob Kaplan-Moss
2008-09-01
A failing test for #8354
Jacob Kaplan-Moss
2008-02-23
Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite without b...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick