diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-02-24 08:32:52 -0600 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-02-24 08:33:20 -0600 |
| commit | c35f2e67c1d9d25ea5413a7db820ec7dcde3c39b (patch) | |
| tree | 7b9eeae48686514afe2673c16e80db8bce8f5d26 /docs | |
| parent | 0a8402eb052a5c35085baa5408aaf4ee36ebc0a6 (diff) | |
Added a note about Feed.get_context_data to the 1.6 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index c0eabde570..4847f6b035 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -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 ===================================== |
