mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
This commit is contained in:
parent
ee37d2070a
commit
cc70a0343e
7 changed files with 22 additions and 19 deletions
|
@ -15,9 +15,10 @@ want to be aware of when upgrading from Django 2.1 or earlier. We've
|
|||
See the :doc:`/howto/upgrade-version` guide if you're updating an existing
|
||||
project.
|
||||
|
||||
Django 2.2 is designated as a :term:`long-term support release`. It will
|
||||
receive security updates for at least three years after its release. Support
|
||||
for the previous LTS, Django 1.11, will end in April 2020.
|
||||
Django 2.2 is designated as a :term:`long-term support release
|
||||
<Long-term support release>`. It will receive security updates for at least
|
||||
three years after its release. Support for the previous LTS, Django 1.11, will
|
||||
end in April 2020.
|
||||
|
||||
Python compatibility
|
||||
====================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue