Changes between Initial Version and Version 1 of Ticket #11719


Ignore:
Timestamp:
Aug 14, 2009, 12:28:07 AM (15 years ago)
Author:
James Bennett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11719 – Description

    initial v1  
    33...and specifically this section:
    44
    5 ----------<snip>--------------
     5{{{
    66This example retrieves all Entry objects with a Blog whose name is 'Beatles Blog':
    77
     
    1616>>> Blog.objects.filter(entry__headline__contains='Lennon')
    1717
    18 -------------</snip>-----------------
     18}}}
    1919
    2020First, maybe I'm tired, but I don't see any difference in how the models in those two examples are different with respect to capitalization.
Back to Top