Changeset 339
- Timestamp:
- 07/29/05 11:20:39 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/testapp/models/__init__.py
r336 r339 1 __all__ = ['basic', 'repr', 'custom_methods', 'many_to_one', 'many_to_many', 'ordering' ]1 __all__ = ['basic', 'repr', 'custom_methods', 'many_to_one', 'many_to_many', 'ordering', 'lookup', 'get_latest']
