summaryrefslogtreecommitdiff
path: root/tests/testapp/models/basic.py
AgeCommit message (Expand)Author
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-15Added unit test that tests #323 -- currently fails for MySQL and passes for P...Adrian Holovaty
2005-08-11Changed timestamp and time typecasting to preserve microseconds. Added unit t...Adrian Holovaty
2005-08-01Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...Adrian Holovaty
2005-07-29Added equality test to 'basic' model unit testAdrian Holovaty
2005-07-29Added first stab at model and DB-API unit testsAdrian Holovaty