From 2c099a257a81c9a78143f3ac26e103c7e1697684 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Wed, 23 Nov 2022 07:16:59 -0600 Subject: [PATCH] [4.1.x] Corrected a typo in signals reference. Backport of 5322b57f5634cab1649177f97a408bbac7efa28f from main --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index e5ece8ce78..4bbac60928 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -391,7 +391,7 @@ Argument Value .. data:: django.db.models.signals.class_prepared :module: -Sent whenever a model class has been "prepared" -- that is, once model has +Sent whenever a model class has been "prepared" -- that is, once a model has been defined and registered with Django's model system. Django uses this signal internally; it's not generally used in third-party applications.