Changes between Version 33 and Version 34 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Nov 11, 2005, 10:10:25 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added note about RSS template directory change.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v33 v34  
    307307 * RSS feeds are now specified as subclasses of {{{django.contrib.syndication.feeds.Feed}}} instead of {{{django.core.rss.FeedConfiguration}}}. Syntax is completely different.
    308308 * RSS feeds are now registered in URLconfs rather than in "magic" settings modules whose names end with "_rss".
     309 * Templates for RSS titles and descriptions now live in a {{{feeds}}} directory, not an {{{rss}}} directory.
Back to Top