summaryrefslogtreecommitdiff
path: root/tests/testapp/models/__init__.py
AgeCommit message (Expand)Author
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-10Added custom_pk unit tests, which fail because of #81Adrian Holovaty
2005-08-08Companion checkin to [432]Adrian Holovaty
2005-07-31Added m2o_recursive and m2o_recursive2 model unit tests/examplesAdrian Holovaty
2005-07-31Added one_to_one model unit test/exampleAdrian Holovaty
2005-07-29Added m2m_intermediary model unit test/exampleAdrian Holovaty
2005-07-29Added two more model test modules -- get_latest and lookupAdrian Holovaty
2005-07-29Added first stab at model and DB-API unit testsAdrian Holovaty