From 179aa21b6dfeb9a0560a8c2bbfcf056301fc619f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 19 Apr 2026 02:04:22 -0400 Subject: Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk. --- docs/ref/checks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/ref') 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 ````. + *or* The :setting:`SITE_ID` setting failed to validate: ````. ``staticfiles`` --------------- -- cgit v1.3