diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-24 12:11:55 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-24 12:11:55 -0800 |
| commit | 4ae9e83f2b02f560b60bb60e698b3d454f7ee9e8 (patch) | |
| tree | 33ace3d19ab413bc8e78e52d4d98cfe6bfd0323d /docs | |
| parent | 438ce4ec559152d219a03b50fe840f49dc0e5191 (diff) | |
| parent | 6d8f59dab9caef8ab5c7d15d7ae848eceb041b9d (diff) | |
Merge pull request #835 from vdboor/docfix
Fixed documentation typo (:mod: role in Syndication feed text)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 2022a46c08..1083d4d515 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -97,7 +97,7 @@ 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 +* Syndication feeds (:mod:`django.contrib.syndication`) can now pass extra context through to feed templates using a new `Feed.get_context_data()` callback. |
