Changeset 3721
- Timestamp:
- 09/04/06 19:20:53 (2 years ago)
- Files:
-
- django/trunk/docs/syndication_feeds.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/syndication_feeds.txt
r3451 r3721 708 708 ... link=u"http://www.example.com/", 709 709 ... description=u"In which I write about what I ate today.", 710 ... language=u"en") ,710 ... language=u"en") 711 711 >>> f.add_item(title=u"Hot dog today", 712 712 ... link=u"http://www.example.com/entries/1/",
