diff options
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 16f0c5dac4..fb9187c2ac 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -967,7 +967,8 @@ The following checks are performed on any model using a The following checks verify that :mod:`django.contrib.sites` is correctly configured: -* **sites.E101**: The :setting:`SITE_ID` setting must be an integer. +* **sites.E101**: The :setting:`SITE_ID` setting must be of type ``<type>``. + *or* The :setting:`SITE_ID` setting failed to validate: ``<error>``. ``staticfiles`` --------------- |
