Django

Code

Changeset 5431

Show
Ignore:
Timestamp:
06/07/07 12:46:55 (1 year ago)
Author:
jacob
Message:

Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com.

Files:

Legend:

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

    r5356 r5431  
    12301230    Blog.objects.filter(entry__headline__contains='Lennon') 
    12311231 
    1232 Escaping parenthesis and underscores in LIKE statements 
    1233 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     1232Escaping percent sings and underscores in LIKE statements 
     1233~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    12341234 
    12351235The field lookups that equate to ``LIKE`` SQL statements (``iexact``,