Django

Code

Changeset 1491

Show
Ignore:
Timestamp:
11/29/05 09:30:06 (3 years ago)
Author:
jacob
Message:

Clarified wording about deprecated features (thanks, Wilson)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r1482 r1491  
    235235      version ``A.B+1``. In version ``A.B+2``, use of the feature will raise a 
    236236      ``PendingDeprecationWarning`` but will continue to work.  Version 
    237       ``A.B+3`` will remove the feature entirely. However, a release of version 
    238       ``A+1`` will remove the feature entirely. 
     237      ``A.B+3`` will remove the feature entirely. Major point releases will 
     238      always remove deprecated features immediately. 
    239239 
    240240    * ``C`` is the micro version number which, is incremented for bug and