index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testapp
/
models
/
__init__.py
Age
Commit message (
Expand
)
Author
2005-12-01
Added unit tests to confirm #452. Refs #452.
Adrian Holovaty
2005-11-30
Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...
Adrian Holovaty
2005-11-14
Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...
Adrian Holovaty
2005-11-09
Added unit tests to confirm #683 -- a new custom_columns model example
Adrian Holovaty
2005-08-25
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...
Adrian Holovaty
2005-08-10
Added custom_pk unit tests, which fail because of #81
Adrian Holovaty
2005-08-08
Companion checkin to [432]
Adrian Holovaty
2005-07-31
Added m2o_recursive and m2o_recursive2 model unit tests/examples
Adrian Holovaty
2005-07-31
Added one_to_one model unit test/example
Adrian Holovaty
2005-07-29
Added m2m_intermediary model unit test/example
Adrian Holovaty
2005-07-29
Added two more model test modules -- get_latest and lookup
Adrian Holovaty
2005-07-29
Added first stab at model and DB-API unit tests
Adrian Holovaty