diff options
| author | Bae KwonHan <darjeeling@gmail.com> | 2017-08-15 22:41:49 +0900 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-08-15 09:41:49 -0400 |
| commit | 0608c2437882eb73e041b4dc7e841bc4342e9dfc (patch) | |
| tree | c21865eef193f05806698c066a3b4725d7c08c2e /docs | |
| parent | cf5740fbc8414ab722b938f92b4363ff00d8db88 (diff) | |
Fixed typo in docs/releases/2.0.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
