diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 08:27:32 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:01 -0500 |
| commit | 75cf9b5ac031feb8f94271c9906157c921a14520 (patch) | |
| tree | 51061671e97c44a71f080329497f5afb49b95585 /docs/releases | |
| parent | d67a46e10459858b681176a3e1f8c6bca39d2ac7 (diff) | |
Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.
Per deprecation timeline.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 311a3d6da4..13a47840c3 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -312,3 +312,6 @@ these features. * Support for the ``allow_tags`` attribute on ``ModelAdmin`` methods is removed. + +* The ``enclosure`` keyword argument to ``SyndicationFeed.add_item()`` is + removed. |
