django/tests/modeltests
Adrian Holovaty 464b638d90 magic-removal: Removed module_name calls in model unit tests
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-14 04:25:46 +00:00
..
basic magic-removal: Added Manager.__get__ method that forbids access by instances. Also added unit tests. Thanks, rjwittams 2005-12-13 16:44:54 +00:00
choices magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
custom_columns magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
custom_methods magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
custom_pk magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
get_latest magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
lookup magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
m2m_intermediary magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
m2m_multiple magic-removal: Removed module_name calls in model unit tests 2005-12-14 04:25:46 +00:00
m2o_recursive magic-removal: Removed module_name calls in model unit tests 2005-12-14 04:25:46 +00:00
m2o_recursive2 magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
many_to_many magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
many_to_one magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
many_to_one_null magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
one_to_one magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
or_lookups magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
ordering magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
properties magic-removal: Improved 'properties' model unit tests to test for setting attribute on a property 2005-12-14 03:36:20 +00:00
repr magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
reserved_names magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
save_delete_hooks magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app 2005-12-12 04:07:46 +00:00
subclassing magic-removal: Removed module_name calls in model unit tests 2005-12-14 04:25:46 +00:00
__init__.py magic-removal: Added __init__.py to tests/modeltests 2005-12-12 04:13:59 +00:00