Changeset 2811
- Timestamp:
- 05/01/06 20:56:43 (2 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r2810 r2811 578 578 The next example is more advanced; it does a subquery to give each 579 579 resulting ``Blog`` object an ``entry_count`` attribute, an integer count 580 of associated ``Entry`` objects .580 of associated ``Entry`` objects:: 581 581 582 582 Blog.objects.extra(
