summaryrefslogtreecommitdiff
path: root/tests/testapp/models/basic.py
AgeCommit message (Expand)Author
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2005-12-05Added two more unit tests for #982 (which still pass under Python 2.4). Refs ...Adrian Holovaty
2005-12-05Added unit tests for #982, but they're passing for me on Python 2.4. Maybe th...Adrian Holovaty
2005-12-01Fixed bug in basic.py model unit tests caused by [1511] -- the special-case M...Adrian Holovaty
2005-12-01Fixed #757: manually set AutoField values are now respected; also added unit ...Jacob Kaplan-Moss
2005-11-01Added model unit tests for year, month and day lookup. Refs #659Adrian Holovaty
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