Skip to content

Commit

Permalink
Couple final tweaks to the release notes.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Feb 6, 2010
1 parent 8c50f9d commit 8c43d2e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/releases/1.2-beta-1.txt
Expand Up @@ -27,13 +27,14 @@ Deprecations and other changes in 1.2 beta
========================================== ==========================================


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




Unit test runners Unit test runners
Expand Down

0 comments on commit 8c43d2e

Please sign in to comment.