Changeset 6806
- Timestamp:
- 12/01/07 14:08:45 (9 months ago)
- Files:
-
- django/trunk/docs/syndication_feeds.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/syndication_feeds.txt
r6773 r6806 604 604 # them in this order. 605 605 606 # First, the framework tries the get_absolute_url() method on each item 607 # returned by items(). Failing that, it tries these two methods: 606 # First, the framework tries the two methods below, in 607 # order. Failing that, it falls back to the get_absolute_url() 608 # method on each item returned by items(). 608 609 609 610 def item_link(self, item):
