File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ Deprecations and other changes in 1.2 beta
27
27
==========================================
28
28
29
29
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.
37
38
38
39
39
40
Unit test runners
You can’t perform that action at this time.
0 commit comments