Django

Code

Changeset 5504

Show
Ignore:
Timestamp:
06/20/07 14:38:19 (2 years ago)
Author:
adrian
Message:

Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@gmail.com

Files:

Legend:

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

    r5459 r5504  
    18771877 
    18781878A final note: If all you want to do is a custom ``WHERE`` clause, you can just 
    1879 just the ``where``, ``tables`` and ``params`` arguments to the standard lookup 
     1879use the ``where``, ``tables`` and ``params`` arguments to the standard lookup 
    18801880API. See `Other lookup options`_. 
    18811881