|
@@ -24,11 +24,20 @@ changes made in that version.
|
|
|
1.1-rc-1
|
|
|
1.1
|
|
|
|
|
|
-.. seealso::
|
|
|
+Upgrading
|
|
|
+=========
|
|
|
|
|
|
- The list of `backwards-incompatible changes`_ made in the current
|
|
|
- development "trunk". If you're running versions of Django newer than an
|
|
|
- official release, you should keep track of new pieces pointed there. It's
|
|
|
- also fun reading if you're looking forward to new versions of Django.
|
|
|
+For those upgrading to a new version of Django, you will need to check all the
|
|
|
+backwards-incompatible changes and deprecated features for each 'final' release
|
|
|
+from the one after your old version up to and including your new version. The
|
|
|
+relevant sections of the release notes are linked below below for your
|
|
|
+convenience.
|
|
|
|
|
|
-.. _backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
|
|
|
+For those following trunk, the tentative release notes for the next version to
|
|
|
+be released are also included at the bottom. This is kept up to date with new
|
|
|
+features and changes that you need to be aware of.
|
|
|
+
|
|
|
+ * :ref:`backwards-incompatible-changes-1.1`
|
|
|
+ * :ref:`deprecated-features-1.1`
|
|
|
+ * :ref:`backwards-incompatible-changes-1.2`
|
|
|
+ * :ref:`deprecated-features-1.2`
|