Skip to content

Commit

Permalink
Added release notes for 1.6.
Browse files Browse the repository at this point in the history
Since 1.5 is feature-frozen, we need them to document new features.
  • Loading branch information
aaugustin committed Oct 30, 2012
1 parent 5dc4437 commit 43d7cee
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/releases/1.6.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,32 @@
============================================
Django 1.6 release notes - UNDER DEVELOPMENT
============================================

Welcome to Django 1.6!

These release notes cover the `new features`_, as well as some `backwards
incompatible changes`_ you'll want to be aware of when upgrading from Django
1.5 or older versions. We've also dropped some features, which are detailed in
:doc:`our deprecation plan </internals/deprecation>`, and we've `begun the
deprecation process for some features`_.

.. _`new features`: `What's new in Django 1.6`_
.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.6`_
.. _`begun the deprecation process for some features`: `Features deprecated in 1.6`_

What's new in Django 1.6
========================

Backwards incompatible changes in 1.6
=====================================

.. warning::

In addition to the changes outlined in this section, be sure to review the
:doc:`deprecation plan </internals/deprecation>` for any features that
have been removed. If you haven't updated your code within the
deprecation timeline for a given feature, its removal may appear as a
backwards incompatible change.

Features deprecated in 1.6
==========================
7 changes: 7 additions & 0 deletions docs/releases/index.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Final releases


.. _development_release_notes: .. _development_release_notes:


1.6 release
-----------
.. toctree::
:maxdepth: 1

1.6

1.5 release 1.5 release
----------- -----------
.. toctree:: .. toctree::
Expand Down

0 comments on commit 43d7cee

Please sign in to comment.