Django

Code

Changeset 1871

Show
Ignore:
Timestamp:
01/08/06 18:51:48 (2 years ago)
Author:
adrian
Message:

Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng

Files:

Legend:

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

    r1786 r1871  
    313313 
    314314In the above example, each ``Place`` will have a ``get_restaurant()`` method, 
    315 and each ``Restaurant`` will have a ``get_theplace()`` method. 
     315and each ``Restaurant`` will have a ``get_the_place()`` method. 
    316316 
    317317Many-to-one relations 
  • django/trunk/docs/templates_python.txt

    r1808 r1871  
    466466 
    467467        * ``/path/to/myproject/polls/templates/foo.html`` 
    468         * ``/path/to/myproject/music/templates/music.html`` 
     468        * ``/path/to/myproject/music/templates/foo.html`` 
    469469 
    470470    Note that the loader performs an optimization when it is first imported: