Changeset 1871
- Timestamp:
- 01/08/06 18:51:48 (2 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r1786 r1871 313 313 314 314 In the above example, each ``Place`` will have a ``get_restaurant()`` method, 315 and each ``Restaurant`` will have a ``get_the place()`` method.315 and each ``Restaurant`` will have a ``get_the_place()`` method. 316 316 317 317 Many-to-one relations django/trunk/docs/templates_python.txt
r1808 r1871 466 466 467 467 * ``/path/to/myproject/polls/templates/foo.html`` 468 * ``/path/to/myproject/music/templates/ music.html``468 * ``/path/to/myproject/music/templates/foo.html`` 469 469 470 470 Note that the loader performs an optimization when it is first imported:
