diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2009-10-24 14:12:46 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2009-10-24 14:12:46 +0000 |
| commit | 0ed09c8a7308573e36dbcecb9bff3fcb3d7b02b8 (patch) | |
| tree | 2b1f00068a2d57b20979328ab029a8ea251ff6a7 /docs | |
| parent | 1f0266bd18871790681eb2d0590508ea156a8c58 (diff) | |
[1.1.X] Fixed small error in deprecation policy.
Backport of r11652
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/release-process.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index 6d4ad9e8c9..e990ab8ab6 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -56,7 +56,7 @@ These releases will contain new features, improvements to existing features, and such. A minor release may deprecate certain features from previous releases. If a feature in version ``A.B`` is deprecated, it will continue to work in version ``A.B+1``. In version ``A.B+2``, use of the feature will raise a -``PendingDeprecationWarning`` but will continue to work. Version ``A.B+3`` will +``DeprecationWarning`` but will continue to work. Version ``A.B+3`` will remove the feature entirely. So, for example, if we decided to remove a function that existed in Django 1.0: |
