django/tests/testapp/models
Adrian Holovaty 2f04115694 Added m2o_recursive and m2o_recursive2 model unit tests/examples
git-svn-id: http://code.djangoproject.com/svn/django/trunk@356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-31 01:23:47 +00:00
..
__init__.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
basic.py Added equality test to 'basic' model unit test 2005-07-29 20:29:59 +00:00
custom_methods.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
get_latest.py Added two more model test modules -- get_latest and lookup 2005-07-29 16:20:39 +00:00
lookup.py Added tests.builddocs, which builds HTML documentation by introspecting the model unit tests 2005-07-29 22:35:54 +00:00
m2m_intermediary.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
m2o_recursive.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
m2o_recursive2.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
many_to_many.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
many_to_one.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
one_to_one.py Added one_to_one model unit test/example 2005-07-31 00:20:56 +00:00
ordering.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
repr.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00