django/tests/testapp/models
Adrian Holovaty 00b3891524 Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-12 13:35:31 +00:00
..
__init__.py Added unit tests to confirm #452. Refs #452. 2005-12-01 06:01:46 +00:00
basic.py Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter 2006-04-12 13:35:31 +00:00
custom_columns.py
custom_methods.py
custom_pk.py Changed get_object() not to use 'ordering' parameter from the model. Thanks, Ned Batchelder. Also updated some unit tests to show correct DoesNotExist output 2006-02-25 17:24:17 +00:00
get_latest.py
lookup.py Added model unit tests for get_DATEFIELD_list(). Refs #1423 2006-03-01 03:12:24 +00:00
m2m_intermediary.py
m2m_multiple.py Added unit tests to confirm #452. Refs #452. 2005-12-01 06:01:46 +00:00
m2o_recursive.py
m2o_recursive2.py
many_to_many.py
many_to_one.py
many_to_one_null.py
one_to_one.py Changed get_object() not to use 'ordering' parameter from the model. Thanks, Ned Batchelder. Also updated some unit tests to show correct DoesNotExist output 2006-02-25 17:24:17 +00:00
or_lookups.py
ordering.py
repr.py
reserved_names.py
save_delete_hooks.py
subclassing.py