diff --git a/docs/releases/1.2-beta-1.txt b/docs/releases/1.2-beta-1.txt index 0ee7cfd8f3..d53bb1b5a1 100644 --- a/docs/releases/1.2-beta-1.txt +++ b/docs/releases/1.2-beta-1.txt @@ -27,13 +27,14 @@ Deprecations and other changes in 1.2 beta ========================================== This beta release deprecates one portion of public API, and introduces -a potentially backwards-incompatible change to another. Under `our API -stability policy `, deprecation proceeds over -multiple release cycles: initially, the deprecated API will raise -``PendingDeprecationWarning``, followed by raising -``DeprecationWarning`` in the following release, and finally removal -of the deprecated API. APIs beginning the deprecation process in -Django 1.2 will be removed in the Django 1.4 release. +a potentially backwards-incompatible change to another. Under +:ref:`our API stability policy `, deprecation +proceeds over multiple release cycles: initially, the deprecated API +will raise ``PendingDeprecationWarning``, followed by raising +``DeprecationWarning`` in the next release, and finally removal of the +deprecated API in the release after that. APIs beginning the +deprecation process in Django 1.2 will be removed in the Django 1.4 +release. Unit test runners