django/tests/modeltests
Adrian Holovaty 36c66d7d39 magic-removal: Fixed incorrect related_name in m2o_recursive unit tests
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-03 22:31:56 +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: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
get_latest magic-removal: Renamed 'class META' to 'class Meta' in models 2005-12-21 02:42:27 +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 many_to_many and m2m_multiple model unit tests to use correct many-to-many manager name (the field name, not object_name +'_set') 2006-02-03 20:03:04 +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 many_to_many and m2m_multiple model unit tests to use correct many-to-many manager name (the field name, not object_name +'_set') 2006-02-03 20:03:04 +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 some incorrect tests 2006-01-31 23:28:47 +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
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