mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
magic-removal: Moved model unit tests from 'testapp' package into 'modeltests' package, with each model test getting its own app
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0309650237
commit
9b1dd36665
0
tests/modeltests/choices/__init__.py
Normal file
0
tests/modeltests/choices/__init__.py
Normal file
0
tests/modeltests/custom_columns/__init__.py
Normal file
0
tests/modeltests/custom_columns/__init__.py
Normal file
0
tests/modeltests/custom_methods/__init__.py
Normal file
0
tests/modeltests/custom_methods/__init__.py
Normal file
0
tests/modeltests/custom_pk/__init__.py
Normal file
0
tests/modeltests/custom_pk/__init__.py
Normal file
0
tests/modeltests/get_latest/__init__.py
Normal file
0
tests/modeltests/get_latest/__init__.py
Normal file
0
tests/modeltests/lookup/__init__.py
Normal file
0
tests/modeltests/lookup/__init__.py
Normal file
0
tests/modeltests/m2m_intermediary/__init__.py
Normal file
0
tests/modeltests/m2m_intermediary/__init__.py
Normal file
0
tests/modeltests/m2m_multiple/__init__.py
Normal file
0
tests/modeltests/m2m_multiple/__init__.py
Normal file
0
tests/modeltests/m2o_recursive/__init__.py
Normal file
0
tests/modeltests/m2o_recursive/__init__.py
Normal file
0
tests/modeltests/m2o_recursive2/__init__.py
Normal file
0
tests/modeltests/m2o_recursive2/__init__.py
Normal file
0
tests/modeltests/many_to_many/__init__.py
Normal file
0
tests/modeltests/many_to_many/__init__.py
Normal file
0
tests/modeltests/many_to_one/__init__.py
Normal file
0
tests/modeltests/many_to_one/__init__.py
Normal file
0
tests/modeltests/many_to_one_null/__init__.py
Normal file
0
tests/modeltests/many_to_one_null/__init__.py
Normal file
0
tests/modeltests/one_to_one/__init__.py
Normal file
0
tests/modeltests/one_to_one/__init__.py
Normal file
0
tests/modeltests/or_lookups/__init__.py
Normal file
0
tests/modeltests/or_lookups/__init__.py
Normal file
0
tests/modeltests/ordering/__init__.py
Normal file
0
tests/modeltests/ordering/__init__.py
Normal file
0
tests/modeltests/repr/__init__.py
Normal file
0
tests/modeltests/repr/__init__.py
Normal file
0
tests/modeltests/reserved_names/__init__.py
Normal file
0
tests/modeltests/reserved_names/__init__.py
Normal file
0
tests/modeltests/save_delete_hooks/__init__.py
Normal file
0
tests/modeltests/save_delete_hooks/__init__.py
Normal file
0
tests/modeltests/subclassing/__init__.py
Normal file
0
tests/modeltests/subclassing/__init__.py
Normal file
@ -1,5 +0,0 @@
|
||||
__all__ = ['basic', 'repr', 'custom_methods', 'many_to_one', 'many_to_many',
|
||||
'ordering', 'lookup', 'get_latest', 'm2m_intermediary', 'one_to_one',
|
||||
'm2o_recursive', 'm2o_recursive2', 'save_delete_hooks', 'custom_pk',
|
||||
'subclassing', 'many_to_one_null', 'custom_columns', 'reserved_names',
|
||||
'or_lookups', 'm2m_multiple', 'choices']
|
Loading…
x
Reference in New Issue
Block a user