Changeset 1491
- Timestamp:
- 11/29/05 09:30:06 (3 years ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r1482 r1491 235 235 version ``A.B+1``. In version ``A.B+2``, use of the feature will raise a 236 236 ``PendingDeprecationWarning`` but will continue to work. Version 237 ``A.B+3`` will remove the feature entirely. However, a release of version238 ``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. 239 239 240 240 * ``C`` is the micro version number which, is incremented for bug and
