django/tests/testapp/models
Adrian Holovaty 10ca90a2fd Added unit tests to verify OneToOne deletion works
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-21 02:34:05 +00:00
..
__init__.py Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +00:00
basic.py Added model unit tests for year, month and day lookup. Refs #659 2005-11-01 00:40:32 +00:00
custom_columns.py Added unit tests to confirm #683 -- a new custom_columns model example 2005-11-09 21:56:05 +00:00
custom_methods.py
custom_pk.py Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also added unit tests to confirm. Thanks, Jeremy Dunck 2005-10-22 21:18:53 +00:00
get_latest.py
lookup.py Added unit tests to verify #800. Refs #800 2005-11-21 02:33:46 +00:00
m2m_intermediary.py
m2o_recursive.py
m2o_recursive2.py
many_to_many.py
many_to_one.py Added an EmailField to the many_to_one API tests 2005-11-20 22:40:46 +00:00
many_to_one_null.py
one_to_one.py Added unit tests to verify OneToOne deletion works 2005-11-21 02:34:05 +00:00
ordering.py
repr.py
reserved_names.py Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +00:00
save_delete_hooks.py
subclassing.py Added unit test to confirm #558 2005-09-26 05:00:29 +00:00