From be1082b3fe027c5f3ead0da40e408b18b9d84f6c Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 14 Apr 2012 06:40:20 +0000 Subject: [PATCH] Fixed #18078 -- Linked more prominently to the removed features in the release notes. Thanks ptone for the text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17907 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.5.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index 91a61648df..4d9572dce9 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -44,6 +44,14 @@ Django 1.5 also includes several smaller improvements worth noting: Backwards incompatible changes in 1.5 ===================================== +.. warning:: + + In addition to the changes outlined in this section, be sure to review the + :doc:`deprecation plan ` for any features that + have been removed. If you have not updated your code within the + deprecation timeline for a given feature, its removal may appear as a + backwards incompatible change. + Features deprecated in 1.5 ==========================