Changeset 3451
- Timestamp:
- 07/25/06 19:15:01 (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
r3214 r3451 428 428 """ 429 429 430 def author_ name(self):430 def author_email(self): 431 431 """ 432 432 Returns the feed's author's e-mail as a normal Python string.
