Django

Code

Changeset 339

Show
Ignore:
Timestamp:
07/29/05 11:20:39 (3 years ago)
Author:
adrian
Message:

Added two more model test modules -- get_latest and lookup

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'