mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +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
|
@ -1219,7 +1219,7 @@ databases supported by Django.
|
|||
|
||||
.. class:: SlugField(max_length=50, **options)
|
||||
|
||||
:term:`Slug` is a newspaper term. A slug is a short label for something,
|
||||
:term:`Slug <slug>` is a newspaper term. A slug is a short label for something,
|
||||
containing only letters, numbers, underscores or hyphens. They're generally used
|
||||
in URLs.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue