diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-14 09:32:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 09:32:09 +0200 |
| commit | cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 (patch) | |
| tree | 176a4405342d3c2e9c7d91b41a0f068ee05b5d4d /docs/intro | |
| parent | ee37d2070a985073bff3715448535e7fe2351bbc (diff) | |
Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/whatsnext.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt index 27b9289d8e..5a3814a503 100644 --- a/docs/intro/whatsnext.txt +++ b/docs/intro/whatsnext.txt @@ -194,8 +194,8 @@ Differences between versions The text documentation in the master branch of the Git repository contains the "latest and greatest" changes and additions. These changes include documentation of new features targeted for Django's next :term:`feature -release`. For that reason, it's worth pointing out our policy to highlight -recent changes and additions to Django. +release <Feature release>`. For that reason, it's worth pointing out our policy +to highlight recent changes and additions to Django. We follow this policy: |
