Changeset 8114
- Timestamp:
- 07/27/08 14:05:54 (5 months ago)
- Files:
-
- django/trunk/tests/modeltests/pagination/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/pagination/models.py
r7868 r8114 211 211 212 212 213 # ObjectPaginator can be passed other objects with a count() method.213 # ObjectPaginator can be passed other objects without a count() method. 214 214 >>> class Container: 215 215 ... def __len__(self):
