mirror of
https://github.com/django/django.git
synced 2025-06-04 19:19:13 +00:00
[4.1.x] Corrected a typo in signals reference.
Backport of 5322b57f5634cab1649177f97a408bbac7efa28f from main
This commit is contained in:
parent
3a46d5ec79
commit
2c099a257a
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user