Django

Code

Ticket #2236 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Error in aggregator RSS feeds titles

Reported by: mtredinnick Assigned to: jacob
Milestone: Component: Django Web site
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

From the looks of the code (and [2345]), the RSS feed to the Django community aggregator should display titles that look like "Blog Name: Article title". Instead we get ": Article title".

The community_title.html file in the website source code says

{{ obj.get_feed.title }}: {{ obj.title }}

but it doesn't look get obj.get_feed.title is doing what is expected. This isn't a really high priority, but people reading through RSS readers currently have no indication of who posted the article, since there is no author link either. Fixing the title would help there.

Attachments

Change History

06/27/06 20:12:12 changed by adrian

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

(In [3219]) Fixed #2236 -- Fixed error in community_title.html template for djangoproject.com site

06/29/06 04:21:21 changed by mtredinnick

  • status changed from closed to reopened.
  • resolution deleted.

Doesn't seem to be working, Adrian. :-( The community RSS feed is still without titles.

06/30/06 22:47:31 changed by adrian

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

Fixed now. Turns out the template hadn't been updated on the production server.


Add/Change #2236 (Error in aggregator RSS feeds titles)




Change Properties
Action