Ticket #10631: ticket_10631.diff

File ticket_10631.diff, 393 bytes (added by adamfast, 15 years ago)

Doc fix

  • docs/ref/models/querysets.txt

     
    154154
    155155    SELECT ...
    156156    WHERE NOT pub_date > '2005-1-3'
    157     AND NOT headline = 'Hello'
     157    OR NOT headline = 'Hello'
    158158
    159159Note the second example is more restrictive.
    160160
Back to Top