django/tests/testapp/models
Adrian Holovaty 027f2a378a Added unit tests for #982, but they're passing for me on Python 2.4. Maybe the problem is Python 2.3? Refs #982
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-05 03:34:35 +00:00
..
__init__.py Added unit tests to confirm #452. Refs #452. 2005-12-01 06:01:46 +00:00
basic.py Added unit tests for #982, but they're passing for me on Python 2.4. Maybe the problem is Python 2.3? Refs #982 2005-12-05 03:34:35 +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
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 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
or_lookups.py Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keyword argument. Updated docs and added unit tests. Also removed old, undocumented '_or' parameter. Thanks, Hugo. 2005-11-30 06:14: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