Django

Code

Changeset 2811

Show
Ignore:
Timestamp:
05/01/06 20:56:43 (2 years ago)
Author:
adrian
Message:

Fixed some ReST errors in docs/db-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/db-api.txt

    r2810 r2811  
    578578    The next example is more advanced; it does a subquery to give each 
    579579    resulting ``Blog`` object an ``entry_count`` attribute, an integer count 
    580     of associated ``Entry`` objects. 
     580    of associated ``Entry`` objects:: 
    581581 
    582582        Blog.objects.extra(