diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-08 18:30:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-08 18:30:07 +0000 |
| commit | a90e9f43db394565502c040502d8a4421767ba0b (patch) | |
| tree | 96299dce088d34d3be2d1b8673a9088f81bb5046 /tests | |
| parent | b7e5121684afa36739c1aa9bbb96401645dbc417 (diff) | |
Companion checkin to [432]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testapp/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapp/models/__init__.py b/tests/testapp/models/__init__.py index 4ad4516718..2c81a27ef3 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'] + 'm2o_recursive', 'm2o_recursive2', 'save_delete_hooks'] |
