Added a note about Feed.get_context_data to the 1.6 release notes.
This commit is contained in:
parent
0a8402eb05
commit
c35f2e67c1
|
@ -97,6 +97,10 @@ Minor features
|
||||||
|
|
||||||
* The jQuery library embedded in the admin has been upgraded to version 1.9.1.
|
* 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
|
Backwards incompatible changes in 1.6
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue