Loading docs/releases/1.0.txt +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ contributions overtake those made privately. Stability and forwards-compatibility ==================================== :doc:`The release of Django 1.0 </releases/1.0>` comes with a promise of API The release of Django 1.0 comes with a promise of API stability and forwards-compatibility. In a nutshell, this means that code you develop against Django 1.0 will continue to work against 1.1 unchanged, and you should need to make only minor changes for any 1.X release. Loading docs/releases/1.1.txt +4 −5 Original line number Diff line number Diff line Loading @@ -2,15 +2,12 @@ Django 1.1 release notes ======================== July 29, 2009 Welcome to Django 1.1! Django 1.1 includes a number of nifty `new features`_, lots of bug fixes, and an easy upgrade path from Django 1.0. .. _new features: `What's new in Django 1.1`_ Django 1.1 includes a number of nifty :ref:`new features <whats-new-1.1>`, lots of bug fixes, and an easy upgrade path from Django 1.0. .. _backwards-incompatible-changes-1.1: Loading Loading @@ -175,6 +172,8 @@ be upgraded to a ``DeprecationWarning``, which will be displayed loudly. Django For more details on our deprecation policies and strategy, see :doc:`/internals/release-process`. .. _whats-new-1.1: What's new in Django 1.1 ======================== Loading docs/releases/1.10.txt +10 −10 Original line number Diff line number Diff line Loading @@ -4,16 +4,12 @@ Django 1.10 release notes - UNDER DEVELOPMENT Welcome to Django 1.10! 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.9 or older versions. We've :ref:`dropped some features<removed-features-1.10>` that have reached the end of their deprecation cycle, and we've `begun the deprecation process for some features`_. .. _`new features`: `What's new in Django 1.10`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.10`_ .. _`dropped some features`: `Features removed in 1.10`_ .. _`begun the deprecation process for some features`: `Features deprecated in 1.10`_ These release notes cover the :ref:`new features <whats-new-1.10>`, as well as some :ref:`backwards incompatible changes <backwards-incompatible-1.10>` you'll want to be aware of when upgrading from Django 1.9 or older versions. We've :ref:`dropped some features <removed-features-1.10>` that have reached the end of their deprecation cycle, and we've :ref:`begun the deprecation process for some features <deprecated-features-1.10>`. Python compatibility ==================== Loading @@ -21,6 +17,8 @@ Python compatibility Like Django 1.9, Django 1.10 requires Python 2.7, 3.4, or 3.5. We **highly recommend** and only officially support the latest release of each series. .. _whats-new-1.10: What's new in Django 1.10 ========================= Loading Loading @@ -504,6 +502,8 @@ Validators ``allow_negative`` boolean parameter, defaulting to ``False``, to allow negative integers. .. _backwards-incompatible-1.10: Backwards incompatible changes in 1.10 ====================================== Loading docs/releases/1.11.txt +9 −8 Original line number Diff line number Diff line Loading @@ -4,14 +4,11 @@ Django 1.11 release notes - UNDER DEVELOPMENT Welcome to Django 1.11! 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.10 or older versions. We've `begun the deprecation process for some features`_. .. _`new features`: `What's new in Django 1.11`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.11`_ .. _`begun the deprecation process for some features`: `Features deprecated in 1.11`_ These release notes cover the :ref:`new features <whats-new-1.11>`, as well as some :ref:`backwards incompatible changes <backwards-incompatible-1.11>` you'll want to be aware of when upgrading from Django 1.10 or older versions. We've :ref:`begun the deprecation process for some features <deprecated-features-1.11>`. Django 1.11 is designated as a :term:`long-term support release`. It will receive security updates for at least three years after its release. Support Loading Loading @@ -42,6 +39,8 @@ be able run your package's tests using ``python -Wd`` so that deprecation warnings do appear. After making the deprecation warning fixes, your app should be compatible with Django 2.0. .. _whats-new-1.11: What's new in Django 1.11 ========================= Loading Loading @@ -211,6 +210,8 @@ Validators * ... .. _backwards-incompatible-1.11: Backwards incompatible changes in 1.11 ====================================== Loading docs/releases/1.2.txt +9 −9 Original line number Diff line number Diff line Loading @@ -6,12 +6,10 @@ Django 1.2 release notes Welcome to Django 1.2! Nearly a year in the making, Django 1.2 packs an impressive list of `new features`_ and lots of bug fixes. These release notes cover the new features, as well as important changes you'll want to be aware of when upgrading from Django 1.1 or older versions. .. _new features: `What's new in Django 1.2`_ Nearly a year in the making, Django 1.2 packs an impressive list of :ref:`new features <whats-new-1.2>` and lots of bug fixes. These release notes cover the new features, as well as important changes you'll want to be aware of when upgrading from Django 1.1 or older versions. Overview ======== Loading Loading @@ -115,6 +113,8 @@ A roadmap for Django's overall 2.x Python support, and eventual transition to Python 3.x, is currently being developed, and will be announced prior to the release of Django 1.3. .. _whats-new-1.2: What's new in Django 1.2 ======================== Loading Loading
docs/releases/1.0.txt +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ contributions overtake those made privately. Stability and forwards-compatibility ==================================== :doc:`The release of Django 1.0 </releases/1.0>` comes with a promise of API The release of Django 1.0 comes with a promise of API stability and forwards-compatibility. In a nutshell, this means that code you develop against Django 1.0 will continue to work against 1.1 unchanged, and you should need to make only minor changes for any 1.X release. Loading
docs/releases/1.1.txt +4 −5 Original line number Diff line number Diff line Loading @@ -2,15 +2,12 @@ Django 1.1 release notes ======================== July 29, 2009 Welcome to Django 1.1! Django 1.1 includes a number of nifty `new features`_, lots of bug fixes, and an easy upgrade path from Django 1.0. .. _new features: `What's new in Django 1.1`_ Django 1.1 includes a number of nifty :ref:`new features <whats-new-1.1>`, lots of bug fixes, and an easy upgrade path from Django 1.0. .. _backwards-incompatible-changes-1.1: Loading Loading @@ -175,6 +172,8 @@ be upgraded to a ``DeprecationWarning``, which will be displayed loudly. Django For more details on our deprecation policies and strategy, see :doc:`/internals/release-process`. .. _whats-new-1.1: What's new in Django 1.1 ======================== Loading
docs/releases/1.10.txt +10 −10 Original line number Diff line number Diff line Loading @@ -4,16 +4,12 @@ Django 1.10 release notes - UNDER DEVELOPMENT Welcome to Django 1.10! 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.9 or older versions. We've :ref:`dropped some features<removed-features-1.10>` that have reached the end of their deprecation cycle, and we've `begun the deprecation process for some features`_. .. _`new features`: `What's new in Django 1.10`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.10`_ .. _`dropped some features`: `Features removed in 1.10`_ .. _`begun the deprecation process for some features`: `Features deprecated in 1.10`_ These release notes cover the :ref:`new features <whats-new-1.10>`, as well as some :ref:`backwards incompatible changes <backwards-incompatible-1.10>` you'll want to be aware of when upgrading from Django 1.9 or older versions. We've :ref:`dropped some features <removed-features-1.10>` that have reached the end of their deprecation cycle, and we've :ref:`begun the deprecation process for some features <deprecated-features-1.10>`. Python compatibility ==================== Loading @@ -21,6 +17,8 @@ Python compatibility Like Django 1.9, Django 1.10 requires Python 2.7, 3.4, or 3.5. We **highly recommend** and only officially support the latest release of each series. .. _whats-new-1.10: What's new in Django 1.10 ========================= Loading Loading @@ -504,6 +502,8 @@ Validators ``allow_negative`` boolean parameter, defaulting to ``False``, to allow negative integers. .. _backwards-incompatible-1.10: Backwards incompatible changes in 1.10 ====================================== Loading
docs/releases/1.11.txt +9 −8 Original line number Diff line number Diff line Loading @@ -4,14 +4,11 @@ Django 1.11 release notes - UNDER DEVELOPMENT Welcome to Django 1.11! 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.10 or older versions. We've `begun the deprecation process for some features`_. .. _`new features`: `What's new in Django 1.11`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.11`_ .. _`begun the deprecation process for some features`: `Features deprecated in 1.11`_ These release notes cover the :ref:`new features <whats-new-1.11>`, as well as some :ref:`backwards incompatible changes <backwards-incompatible-1.11>` you'll want to be aware of when upgrading from Django 1.10 or older versions. We've :ref:`begun the deprecation process for some features <deprecated-features-1.11>`. Django 1.11 is designated as a :term:`long-term support release`. It will receive security updates for at least three years after its release. Support Loading Loading @@ -42,6 +39,8 @@ be able run your package's tests using ``python -Wd`` so that deprecation warnings do appear. After making the deprecation warning fixes, your app should be compatible with Django 2.0. .. _whats-new-1.11: What's new in Django 1.11 ========================= Loading Loading @@ -211,6 +210,8 @@ Validators * ... .. _backwards-incompatible-1.11: Backwards incompatible changes in 1.11 ====================================== Loading
docs/releases/1.2.txt +9 −9 Original line number Diff line number Diff line Loading @@ -6,12 +6,10 @@ Django 1.2 release notes Welcome to Django 1.2! Nearly a year in the making, Django 1.2 packs an impressive list of `new features`_ and lots of bug fixes. These release notes cover the new features, as well as important changes you'll want to be aware of when upgrading from Django 1.1 or older versions. .. _new features: `What's new in Django 1.2`_ Nearly a year in the making, Django 1.2 packs an impressive list of :ref:`new features <whats-new-1.2>` and lots of bug fixes. These release notes cover the new features, as well as important changes you'll want to be aware of when upgrading from Django 1.1 or older versions. Overview ======== Loading Loading @@ -115,6 +113,8 @@ A roadmap for Django's overall 2.x Python support, and eventual transition to Python 3.x, is currently being developed, and will be announced prior to the release of Django 1.3. .. _whats-new-1.2: What's new in Django 1.2 ======================== Loading