django/tests/testapp/models
Adrian Holovaty 9abc012003 Fixed bug in basic.py model unit tests caused by [1511] -- the special-case MySQL thing needs to be at the end of the tests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-01 06:01:13 +00:00
..
__init__.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
basic.py
custom_columns.py
custom_methods.py
custom_pk.py
get_latest.py
lookup.py
m2m_intermediary.py
m2o_recursive.py
m2o_recursive2.py
many_to_many.py
many_to_one.py
many_to_one_null.py
one_to_one.py
or_lookups.py
ordering.py
repr.py
reserved_names.py
save_delete_hooks.py
subclassing.py