1
0
mirror of https://github.com/django/django.git synced 2025-01-31 20:59:17 +00:00

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

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