Changeset 6084
- Timestamp:
- 09/09/07 22:46:06 (1 year ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r6083 r6084 445 445 latest release. Thus, our policy is: 446 446 447 All documentation of new features should be written in a way that clearly447 **All documentation of new features should be written in a way that clearly 448 448 designates the features are only available in the Django development 449 version. 450 451 Assume documentation readers are using the latest release, not the452 development version. 449 version.** 450 451 **Assume documentation readers are using the latest release, not the 452 development version.** 453 453 454 454 Our traditional way of marking new features is by prefacing the features'
