Ticket #10359: 10359.patch

File 10359.patch, 707 bytes (added by Peter Bengtsson, 15 years ago)
  • docs/ref/contrib/syndication.txt

     
    644644            Returns the URL for every item in the feed.
    645645            """
    646646
    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.
    650649
    651650        def item_guid(self, obj):
    652651            """
Back to Top