summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-14 09:32:09 +0200
committerGitHub <noreply@github.com>2020-04-14 09:32:09 +0200
commitcc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 (patch)
tree176a4405342d3c2e9c7d91b41a0f068ee05b5d4d /docs/ref
parentee37d2070a985073bff3715448535e7fe2351bbc (diff)
Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 7ca0b96d85..cbc3b6142c 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -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.