django/tests/testapp/models
Jacob Kaplan-Moss f65350b197 Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pass under sqlite. This fixes #238.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 18:10:38 +00:00
..
__init__.py Added custom_pk unit tests, which fail because of #81 2005-08-10 03:52:41 +00:00
basic.py Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set. 2005-08-01 16:26:39 +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 Added two more model test modules -- get_latest and lookup 2005-07-29 16:20:39 +00:00
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 Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
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 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
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