diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2022-11-23 07:16:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 14:16:59 +0100 |
| commit | 5322b57f5634cab1649177f97a408bbac7efa28f (patch) | |
| tree | e4175e0fa0a7c26b246906bfabce498b7eb2ce6d | |
| parent | 9582f2f9d173935fef35c8c27b0f80258b1fb106 (diff) | |
Corrected a typo in signals reference.
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 0e2a701fcd..1d21e2debe 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. |
