Changes between Version 33 and Version 34 of BackwardsIncompatibleChanges
- Timestamp:
- Nov 11, 2005, 10:10:25 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v33 v34 307 307 * RSS feeds are now specified as subclasses of {{{django.contrib.syndication.feeds.Feed}}} instead of {{{django.core.rss.FeedConfiguration}}}. Syntax is completely different. 308 308 * 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.