django/tests/modeltests
Luke Plant 2fd362f2d7 magic-removal: Updated model tests for new syntax: 'basic', 'custom_managers' and 'custom_columns'
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-29 00:23:52 +00:00
..
basic magic-removal: Updated model tests for new syntax: 'basic', 'custom_managers' and 'custom_columns' 2006-01-29 00:23:52 +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: Updated model tests for new syntax: 'basic', 'custom_managers' and 'custom_columns' 2006-01-29 00:23:52 +00:00
custom_managers magic-removal: Updated model tests for new syntax: 'basic', 'custom_managers' and 'custom_columns' 2006-01-29 00:23:52 +00:00
custom_methods magic-removal: Fixed some model tests that broke with removal of pluralization in [2111]. 2006-01-25 21:51:13 +00:00
custom_pk magic-removal: Fixed some model tests that broke with removal of pluralization in [2111]. 2006-01-25 21:51:13 +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: Cleaned up get_in_bulk() and __get_date_list() DB queries to match documentation and improve error checking. 2006-01-09 14:34:17 +00:00
m2m_intermediary magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
m2m_multiple magic-removal: Renamed 'class META' to 'class Meta' in models 2005-12-21 02:42:27 +00:00
m2o_recursive magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
m2o_recursive2 magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
manipulators magic-removal: Fixed some model tests that broke with removal of pluralization in [2111]. 2006-01-25 21:51:13 +00:00
many_to_many magic-removal: Fixed some model tests that broke with removal of pluralization in [2111]. 2006-01-25 21:51:13 +00:00
many_to_one magic-removal: Fixed some model tests that broke with removal of pluralization in [2111]. 2006-01-25 21:51:13 +00:00
many_to_one_null magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
mutually_referential magic-removal: Modified query lookup to correctly handle non-plural RelatedObjects. 2006-01-28 17:06:05 +00:00
one_to_one magic-removal: Fixed some model tests that broke with removal of pluralization in [2111]. 2006-01-25 21:51:13 +00:00
or_lookups magic-removal: Fixed #1133 -- Added ability to use Q objects as args 2006-01-09 11:01:38 +00:00
ordering magic-removal: Renamed 'class META' to 'class Meta' in models 2005-12-21 02:42:27 +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 'reserved_names' model unit tests to add tests that get_date_extract_sql and get_date_trunc_sql properly escape table and column names 2006-01-09 01:48:02 +00:00
save_delete_hooks magic-removal: Changed save_delete_hooks unit test to use new convention for overriding save() and delete() 2006-01-17 19:18:24 +00:00
__init__.py magic-removal: Added __init__.py to tests/modeltests 2005-12-12 04:13:59 +00:00