diff --git a/docs/model-api.txt b/docs/model-api.txt index 56c1a8cd141cc..756e19c7b64af 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -505,8 +505,9 @@ Field Types (database-dependent) point. ``SlugField`` - A "slug," suitable for parts of a URL. Only allows alphanumeric characters - and underscores. + "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. Implies ``maxlength=50`` and ``db_index=True``.