django/tests/modeltests
Luke Plant e69b09a033 magic-removal: Fixed use of return value of cursor.execute() in m2m add() and added a test to make sure
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-07 18:47:32 +00:00
..
basic magic-removal: fixed an out-by-one error in the 'basic' model tests 2006-01-31 22:02:20 +00:00
choices magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
custom_columns magic-removal: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
custom_managers magic-removal: extracted usages of QuerySet in Manager to a single method, 2006-01-31 21:54:28 +00:00
custom_methods magic-removal: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
custom_pk magic-removal: Fixed errors in custom_pk model unit tests 2006-02-03 23:42:46 +00:00
get_latest magic-removal: Added support for QuerySet.latest() and Manager.latest(), and updated unit tests. 2006-02-04 00:07:03 +00:00
lookup magic-removal: Created InBulkQuerySet, ValuesQuerySet and DateQuerySet, subclasses of QuerySet that provide custom iterator(). This lets you use iterator() with in_bulk(), values() and dates(). Also added unit tests. 2006-01-31 02:21:31 +00:00
m2m_intermediary magic-removal: Updated m2m_intermediary tests to use new attribute syntax. 2006-02-03 13:28:29 +00:00
m2m_multiple magic-removal: Fixed bug in m2m_multiple model unit tests. Down to 10 unit-test failures total 2006-02-04 00:12:05 +00:00
m2o_recursive magic-removal: Fixed incorrect related_name in m2o_recursive unit tests 2006-02-03 22:31:56 +00:00
m2o_recursive2 magic-removal: Fixed bugs in m2o_recursive2 model unit tests 2006-02-03 20:29:45 +00:00
manipulators magic-removal: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
many_to_many magic-removal: Fixed use of return value of cursor.execute() in m2m add() and added a test to make sure 2006-02-07 18:47:32 +00:00
many_to_one magic-removal: Fixed some incorrect tests 2006-01-31 23:28:47 +00:00
many_to_one_null magic-removal: Fixed errors in many_to_one_null model unit tests 2006-02-03 23:47:36 +00:00
mutually_referential magic-removal: Updated some of the unit tests to use new syntax. 175 unit-test failures at this point. 2006-01-30 00:38:23 +00:00
one_to_one magic-removal: Updated one_to_one unit tests to use self.restaurant instead of self.get_restaurant(), etc. 2006-02-03 17:23:24 +00:00
or_lookups magic-removal: updated syntax of 'or_lookup' model tests, including 2006-01-31 02:06:42 +00:00
ordering magic-removal: Fixed an incorrect model test in 'ordering', and updated comments too. 2006-01-31 02:27:18 +00:00
properties magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
repr magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
reserved_names magic-removal: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
reverse_lookup magic-removal: Fixed #1305 -- Added new unit test group for reverse lookup queries over foreign keys. Thanks, Andreas. 2006-02-06 11:21:02 +00:00
save_delete_hooks magic-removal: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
__init__.py magic-removal: Added __init__.py to tests/modeltests 2005-12-12 04:13:59 +00:00