summaryrefslogtreecommitdiff
path: root/tests/testapp/models/__init__.py
AgeCommit message (Expand)Author
2005-12-01Added unit tests to confirm #452. Refs #452.Adrian Holovaty
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-09Added unit tests to confirm #683 -- a new custom_columns model exampleAdrian Holovaty
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