summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-04-02 19:52:32 +0000
committerClaude Paroz <claude@2xlibre.net>2012-04-02 19:52:32 +0000
commit61b13444c50c5f1198b14eb6053c396ec8622ca4 (patch)
tree6641f8fc9b88178abdc410da347bf2dc98abf044 /docs
parent456d4db251ac8b04f10d7f09eb711f5cc9a73e8d (diff)
[1.4.X] Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndication Feed class. Thanks Keryn Knight for the report.
Backport of r17866 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/syndication.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt
index ae48914922..754ac5843b 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -24,11 +24,7 @@ The high-level framework
.. versionchanged:: 1.2
The high-level feeds framework was refactored in Django 1.2. The
- pre-1.2 interface still exists, but it has been deprecated, and
- will be removed in Django 1.4. If you need to maintain an old-style
- Django feed, please consult the Django 1.1 documentation. For
- details on updating to use the new high-level feed framework, see
- the :ref:`Django 1.2 release notes <1.2-updating-feeds>`.
+ pre-1.2 interface has been removed in Django 1.4.
Overview
--------