Merge pull request #1122 from milesrichardson/master

fixed typo -- missing "are" in docs/signals.rst
This commit is contained in:
Daniel Neuhäuser 2014-07-26 10:43:00 +02:00
commit 221aaa56c9

View file

@ -148,7 +148,7 @@ signal subscribers::
model_saved.send(self)
Try to always pick a good sender. If you have a class that is emitting a
signal, pass `self` as sender. If you emitting a signal from a random
signal, pass `self` as sender. If you are emitting a signal from a random
function, you can pass ``current_app._get_current_object()`` as sender.
.. admonition:: Passing Proxies as Senders