summaryrefslogtreecommitdiff
path: root/tests/testapp/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapp/models/__init__.py')
-rw-r--r--tests/testapp/models/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testapp/models/__init__.py b/tests/testapp/models/__init__.py
deleted file mode 100644
index a5a41035d6..0000000000
--- a/tests/testapp/models/__init__.py
+++ /dev/null
@@ -1,5 +0,0 @@
-__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', 'm2m_multiple']