diff options
Diffstat (limited to 'tests/testapp/models/__init__.py')
| -rw-r--r-- | tests/testapp/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testapp/models/__init__.py b/tests/testapp/models/__init__.py index c0e39fae7d..a8aeada597 100644 --- a/tests/testapp/models/__init__.py +++ b/tests/testapp/models/__init__.py @@ -1,4 +1,5 @@ __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'] + 'subclassing', 'many_to_one_null', 'custom_columns', 'reserved_names', + 'or_lookups'] |
