Commit c35f2e67 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Added a note about Feed.get_context_data to the 1.6 release notes.

parent 0a8402eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@ Minor features

* The jQuery library embedded in the admin has been upgraded to version 1.9.1.

* Syndication feeds (:module:`django.contrib.syndication`) can now pass extra
  context through to feed templates using a new `Feed.get_context_data()`
  callback.

Backwards incompatible changes in 1.6
=====================================