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

This commit is contained in:
Jacob Kaplan-Moss 2013-02-24 08:32:52 -06:00
parent 0a8402eb05
commit c35f2e67c1
1 changed files with 4 additions and 0 deletions

View File

@ -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
=====================================