Django

Code

Ticket #2420 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Minor error in http://www.djangoproject.com/documentation/syndication/

Reported by: anonymous Assigned to: adrian
Milestone: Component: Admin interface
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

http://www.djangoproject.com/documentation/syndication/

def author_email(self, obj):

""" Takes the object returned by get_object() and returns the feed's author's e-mail as a normal Python string. """

def author_name(self):

""" Returns the feed's author's e-mail as a normal Python string. """

author_email = 'test@example.com' # Hard-coded author e-mail.

author_name should probably be author_email... if only this were a wiki

Attachments

Change History

07/25/06 19:15:01 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3451]) Fixed #2420 -- Fixed typo in docs/syndication_feeds.txt


Add/Change #2420 (Minor error in http://www.djangoproject.com/documentation/syndication/)




Change Properties
Action