mirror of
https://github.com/Hopiu/django.git
synced 2026-04-11 18:41:05 +00:00
Added a note about Feed.get_context_data to the 1.6 release notes.
This commit is contained in:
parent
0a8402eb05
commit
c35f2e67c1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
=====================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue