aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-02-12 22:06:20 +0000
committerTom Christie2013-02-12 22:06:20 +0000
commit3f529dc25d66fba0c6f94944ebc92f338c86434d (patch)
tree913bf801eb3553134b48e079c9b67961d119af73 /docs
parent891b197f0b5eb19fc86f3c1ced5c9b49749afeb6 (diff)
downloaddjango-rest-framework-3f529dc25d66fba0c6f94944ebc92f338c86434d.tar.bz2
Typo
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/2.2-announcement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/2.2-announcement.md b/docs/topics/2.2-announcement.md
index 9523eebf..8a7ae326 100644
--- a/docs/topics/2.2-announcement.md
+++ b/docs/topics/2.2-announcement.md
@@ -16,7 +16,7 @@ We've now introduced an official deprecation policy, which is in line with [Djan
The timeline for deprecation works as follows:
-* Version 2.2 introduces some API changes as detailed in the release notes. It remains fully backwards compatible with 2.1, but will raise `PendingDeprecationWarning` warnings if you use bits API that are due to be deprecated. These warnings are silent by default, but can be explicitly enabled when you're ready to start migrating any required changes. For example if you start running your tests using `python -Wd manage.py test`, you'll be warned of any API changes you need to make.
+* Version 2.2 introduces some API changes as detailed in the release notes. It remains fully backwards compatible with 2.1, but will raise `PendingDeprecationWarning` warnings if you use bits of API that are due to be deprecated. These warnings are silent by default, but can be explicitly enabled when you're ready to start migrating any required changes. For example if you start running your tests using `python -Wd manage.py test`, you'll be warned of any API changes you need to make.
* Version 2.3 will escalate these warnings to `DeprecationWarning`, which is loud by default.