django/tests/testapp/models
Adrian Holovaty d87ca56c63 Removed period from save_delete_hooks docstring -- it doesn't fit our style
git-svn-id: http://code.djangoproject.com/svn/django/trunk@438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 14:33:30 +00:00
..
__init__.py Companion checkin to [432] 2005-08-08 18:30:07 +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
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 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 Fixed typo in one_to_one test docstring. Thanks, Frank 2005-08-04 02:35:26 +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