summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Hill <alex@hill.net.au>2016-03-30 16:34:44 +0800
committerTim Graham <timograham@gmail.com>2016-05-19 21:33:36 -0400
commit779bb82f519420418a711f7ae75e71d600de3224 (patch)
tree9d74c86b69bce6ee086adf000e5c8893f2ccb359 /docs
parent2ff7ef15b0a1d41e3f121e96cb72a383863046c0 (diff)
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index e68c1a5a57..03bdba97db 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -248,7 +248,8 @@ Signals
~~~~~~~
* **signals.E001**: ``<handler>`` was connected to the ``<signal>`` signal with
- a lazy reference to the ``<model>`` sender, which has not been installed.
+ a lazy reference to the sender ``<app label>.<model>``, but app ``<app label>``
+ isn't installed or doesn't provide model ``<model>``.
Backwards Compatibility
~~~~~~~~~~~~~~~~~~~~~~~