summaryrefslogtreecommitdiff
path: root/tests/testapp/models/__init__.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-29 20:30:10 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-29 20:30:10 +0000
commit33d5006cc7436363a01acbf3e2181ea317794939 (patch)
tree1809b3e7362b5e8caee71c2df84502a138241a1e /tests/testapp/models/__init__.py
parent645111894657f12f0acc8be1f56676a461d81b6d (diff)
Added m2m_intermediary model unit test/example
git-svn-id: http://code.djangoproject.com/svn/django/trunk@344 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 08a7671fb3..7b7ae3ea7b 100644
--- a/tests/testapp/models/__init__.py
+++ b/tests/testapp/models/__init__.py
@@ -1 +1 @@
-__all__ = ['basic', 'repr', 'custom_methods', 'many_to_one', 'many_to_many', 'ordering', 'lookup', 'get_latest']
+__all__ = ['basic', 'repr', 'custom_methods', 'many_to_one', 'many_to_many', 'ordering', 'lookup', 'get_latest', 'm2m_intermediary']