Kaydet (Commit) d4a5019b authored tarafından Tim Graham's avatar Tim Graham

Reordered deprecation timeline and added back old info; refs #21920.

üst ab922c5c
This diff is collapsed.
...@@ -9,9 +9,9 @@ Welcome to Django 1.4! ...@@ -9,9 +9,9 @@ Welcome to Django 1.4!
These release notes cover the `new features`_, as well These release notes cover the `new features`_, as well
as some `backwards incompatible changes`_ you'll want to be aware of as some `backwards incompatible changes`_ you'll want to be aware of
when upgrading from Django 1.3 or older versions. We've also dropped some when upgrading from Django 1.3 or older versions. We've also dropped some
features, which are detailed in :doc:`our deprecation plan features, which are detailed in :ref:`our deprecation plan
</internals/deprecation>`, and we've `begun the deprecation process for some <deprecation-removed-in-1.4>`, and we've `begun the deprecation process for
features`_. some features`_.
.. _`new features`: `What's new in Django 1.4`_ .. _`new features`: `What's new in Django 1.4`_
.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.4`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.4`_
...@@ -1175,6 +1175,8 @@ class ``initial`` dictionary. This has been fixed to return a copy of this ...@@ -1175,6 +1175,8 @@ class ``initial`` dictionary. This has been fixed to return a copy of this
dictionary, so form instances can modify their initial data without messing dictionary, so form instances can modify their initial data without messing
with the class variable. with the class variable.
.. _deprecated-features-1.4:
Features deprecated in 1.4 Features deprecated in 1.4
========================== ==========================
......
...@@ -9,9 +9,9 @@ Welcome to Django 1.5! ...@@ -9,9 +9,9 @@ Welcome to Django 1.5!
These release notes cover the `new features`_, as well These release notes cover the `new features`_, as well
as some `backwards incompatible changes`_ you'll want to be aware of as some `backwards incompatible changes`_ you'll want to be aware of
when upgrading from Django 1.4 or older versions. We've also dropped some when upgrading from Django 1.4 or older versions. We've also dropped some
features, which are detailed in :doc:`our deprecation plan features, which are detailed in :ref:`our deprecation plan
</internals/deprecation>`, and we've `begun the deprecation process for some <deprecation-removed-in-1.5>`, and we've `begun the deprecation process for
features`_. some features`_.
.. _`new features`: `What's new in Django 1.5`_ .. _`new features`: `What's new in Django 1.5`_
.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.5`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.5`_
...@@ -715,6 +715,8 @@ Miscellaneous ...@@ -715,6 +715,8 @@ Miscellaneous
:meth:`~django.db.models.query.QuerySet.select_related` now raises :meth:`~django.db.models.query.QuerySet.select_related` now raises
:exc:`~django.core.exceptions.DoesNotExist` instead of returning ``None``. :exc:`~django.core.exceptions.DoesNotExist` instead of returning ``None``.
.. _deprecated-features-1.5:
Features deprecated in 1.5 Features deprecated in 1.5
========================== ==========================
......
...@@ -27,7 +27,7 @@ Welcome to Django 1.6! ...@@ -27,7 +27,7 @@ Welcome to Django 1.6!
These release notes cover the `new features`_, as well as some `backwards 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 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 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 :ref:`our deprecation plan <deprecation-removed-in-1.6>`, and we've `begun the
deprecation process for some features`_. deprecation process for some features`_.
.. _`new features`: `What's new in Django 1.6`_ .. _`new features`: `What's new in Django 1.6`_
...@@ -955,6 +955,8 @@ Miscellaneous ...@@ -955,6 +955,8 @@ Miscellaneous
which may result in a ``TypeError`` if you don't update the signature of your which may result in a ``TypeError`` if you don't update the signature of your
custom method. custom method.
.. _deprecated-features-1.6:
Features deprecated in 1.6 Features deprecated in 1.6
========================== ==========================
......
...@@ -7,7 +7,7 @@ Welcome to Django 1.7! ...@@ -7,7 +7,7 @@ Welcome to Django 1.7!
These release notes cover the `new features`_, as well as some `backwards 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 incompatible changes`_ you'll want to be aware of when upgrading from Django
1.6 or older versions. We've also dropped some features, which are detailed in 1.6 or older versions. We've also dropped some features, which are detailed in
:doc:`our deprecation plan </internals/deprecation>`, and we've `begun the :ref:`our deprecation plan <deprecation-removed-in-1.7>`, and we've `begun the
deprecation process for some features`_. deprecation process for some features`_.
.. _`new features`: `What's new in Django 1.7`_ .. _`new features`: `What's new in Django 1.7`_
...@@ -959,6 +959,8 @@ Miscellaneous ...@@ -959,6 +959,8 @@ Miscellaneous
to ``False``). If you maintain a custom database backend, you should check to ``False``). If you maintain a custom database backend, you should check
that method. that method.
.. _deprecated-features-1.7:
Features deprecated in 1.7 Features deprecated in 1.7
========================== ==========================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment