Django

Code

Changeset 7338

Show
Ignore:
Timestamp:
03/20/08 07:44:34 (6 months ago)
Author:
mtredinnick
Message:

Changed the indenting level on a couple of subsections, since they're not
children of the "pk lookup shortcut" section.

Files:

Legend:

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

    r7294 r7338  
    13731373 
    13741374Lookups that span relationships 
    1375 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     1375------------------------------- 
    13761376 
    13771377Django offers a powerful and intuitive way to "follow" relationships in 
     
    13971397 
    13981398Escaping percent signs and underscores in LIKE statements 
    1399 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     1399--------------------------------------------------------- 
    14001400 
    14011401The field lookups that equate to ``LIKE`` SQL statements (``iexact``,