Ticket #10359: 10359.patch
File 10359.patch, 707 bytes (added by , 16 years ago) |
---|
-
docs/ref/contrib/syndication.txt
644 644 Returns the URL for every item in the feed. 645 645 """ 646 646 647 # ITEM_GUID -- The following method is optional. This property is 648 # only used for Atom feeds (it is the ID element for an item in an 649 # Atom feed). If not provided, the item's link is used by default. 647 # ITEM_GUID -- The following method is optional. If not provided, 648 # the item's link is used by default. 650 649 651 650 def item_guid(self, obj): 652 651 """