summaryrefslogtreecommitdiff
path: root/tests/testapp/models/__init__.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-10 03:52:41 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-10 03:52:41 +0000
commit0660203afe66fbc663a4e0af93ec74cd61e2c712 (patch)
tree1a6f6f2ff56b1f0614dd431938fe7c3a6445b629 /tests/testapp/models/__init__.py
parent5b812ae02cfa1e80e959f0bf31e7f82138094bb5 (diff)
Added custom_pk unit tests, which fail because of #81
git-svn-id: http://code.djangoproject.com/svn/django/trunk@458 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 2c81a27ef3..d76059ec74 100644
--- a/tests/testapp/models/__init__.py
+++ b/tests/testapp/models/__init__.py
@@ -1,3 +1,3 @@
__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']
+ 'm2o_recursive', 'm2o_recursive2', 'save_delete_hooks', 'custom_pk']