From 0608c2437882eb73e041b4dc7e841bc4342e9dfc Mon Sep 17 00:00:00 2001 From: Bae KwonHan Date: Tue, 15 Aug 2017 22:41:49 +0900 Subject: [PATCH] Fixed typo in docs/releases/2.0.txt. --- docs/releases/2.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 0b2074ebb9..cb07413c75 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -32,7 +32,7 @@ Third-party library support for older version of Django Following the release of Django 2.0, we suggest that third-party app authors drop support for all versions of Django prior to 1.11. At that time, you should -be able run your package's tests using ``python -Wd`` so that deprecation +be able to run your package's tests using ``python -Wd`` so that deprecation warnings do appear. After making the deprecation warning fixes, your app should be compatible with Django 2.0.