1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added unit tests to confirm #452. Refs #452.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2005-12-01 06:01:46 +00:00
parent 9abc012003
commit fa9cbe5ea0
2 changed files with 100 additions and 1 deletions

View File

@@ -2,4 +2,4 @@ __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']
'or_lookups', 'm2m_multiple']