summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index ef203074a3..f355f9fd5e 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -369,8 +369,8 @@ Here are all available field types:
``SlugField``
"Slug" is a newspaper term. A slug is a short label for something,
- containing only letters, numbers and underscores. They're generally used in
- URLs.
+ containing only letters, numbers, underscores or hyphens. They're generally
+ used in URLs.
Implies ``maxlength=50`` and ``db_index=True``.