Changeset 206
- Timestamp:
- 07/19/05 10:23:22 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r202 r206 308 308 on the object ``poll``. Failing that, it tries attribute lookup -- which works, 309 309 in this case. If attribute lookup had failed, it would've tried calling the 310 method `` choice()`` on the poll object.310 method ``question()`` on the poll object. 311 311 312 312 Method-calling happens in the ``{% for %}`` loop: ``poll.get_choice_list`` is
