Skip to content

Commit 4801f2a

Browse files
author
ubernostrum
committed
Couple final tweaks to the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 521ed21 commit 4801f2a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/releases/1.2-beta-1.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ Deprecations and other changes in 1.2 beta
2727
==========================================
2828

2929
This beta release deprecates one portion of public API, and introduces
30-
a potentially backwards-incompatible change to another. Under `our API
31-
stability policy <misc-api-stability>`, deprecation proceeds over
32-
multiple release cycles: initially, the deprecated API will raise
33-
``PendingDeprecationWarning``, followed by raising
34-
``DeprecationWarning`` in the following release, and finally removal
35-
of the deprecated API. APIs beginning the deprecation process in
36-
Django 1.2 will be removed in the Django 1.4 release.
30+
a potentially backwards-incompatible change to another. Under
31+
:ref:`our API stability policy <misc-api-stability>`, deprecation
32+
proceeds over multiple release cycles: initially, the deprecated API
33+
will raise ``PendingDeprecationWarning``, followed by raising
34+
``DeprecationWarning`` in the next release, and finally removal of the
35+
deprecated API in the release after that. APIs beginning the
36+
deprecation process in Django 1.2 will be removed in the Django 1.4
37+
release.
3738

3839

3940
Unit test runners

0 commit comments

Comments
 (0)