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