summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index 4de31acc63..f8c8499995 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -444,12 +444,12 @@ any documentation of *new* features will be seen by Django users who don't
necessarily have access to those features yet, because they're only using the
latest release. Thus, our policy is:
- All documentation of new features should be written in a way that clearly
+ **All documentation of new features should be written in a way that clearly
designates the features are only available in the Django development
- version.
+ version.**
- Assume documentation readers are using the latest release, not the
- development version.
+ **Assume documentation readers are using the latest release, not the
+ development version.**
Our traditional way of marking new features is by prefacing the features'
documentation with: "New in Django development version." Changes aren't