django/tests/testapp/models
Adrian Holovaty 9180112f02 Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-19 21:35:02 +00:00
..
__init__.py Added custom_pk unit tests, which fail because of #81 2005-08-10 03:52:41 +00:00
basic.py Added unit test that tests #323 -- currently fails for MySQL and passes for PostgreSQL 2005-08-15 15:43:59 +00:00
custom_methods.py Modified custom_methods test to use date() instead of datetime() 2005-08-01 21:32:45 +00:00
custom_pk.py Added more tests to custom_pk unit-test model 2005-08-10 05:04:27 +00:00
get_latest.py
lookup.py Fixed #214 -- Added get_values() and get_values_iterator() module-level functions to DB API. Thanks, rmunn 2005-08-01 15:32:42 +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 Fixed #154 -- Fixed constraint error when deleting an object with a many-to-many field 2005-08-10 00:21:41 +00:00
many_to_one.py
one_to_one.py Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pass under sqlite. This fixes #238. 2005-08-10 18:10:38 +00:00
ordering.py Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350) 2005-08-19 21:35:02 +00:00
repr.py
save_delete_hooks.py Removed period from save_delete_hooks docstring -- it doesn't fit our style 2005-08-09 14:33:30 +00:00