summaryrefslogtreecommitdiff
path: root/tests/testapp/models/__init__.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-12-01 06:01:46 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-12-01 06:01:46 +0000
commitfa9cbe5ea01cbb82efdb2780c8381189b294f39c (patch)
treef0a0b910bc6344a22f46f935af31e2513f909670 /tests/testapp/models/__init__.py
parent9abc0120035be34f56c57f7d6d5989798f693d45 (diff)
Added unit tests to confirm #452. Refs #452.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/testapp/models/__init__.py')
-rw-r--r--tests/testapp/models/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapp/models/__init__.py b/tests/testapp/models/__init__.py
index a8aeada597..a5a41035d6 100644
--- a/tests/testapp/models/__init__.py
+++ b/tests/testapp/models/__init__.py
@@ -2,4 +2,4 @@ __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']
+ 'or_lookups', 'm2m_multiple']