Fixed :module: reference in docs and added myself to authors.
This commit is contained in:
parent
f28f336026
commit
35f084ba76
1
AUTHORS
1
AUTHORS
@ -161,3 +161,4 @@ that much better:
|
|||||||
* Jin Zhang
|
* Jin Zhang
|
||||||
* Daniel Axtens
|
* Daniel Axtens
|
||||||
* Leo-Naeka
|
* Leo-Naeka
|
||||||
|
* Alice Bevan-McGregor (https://github.com/amcgregor/)
|
||||||
|
@ -15,7 +15,7 @@ Signals
|
|||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Signals are found within the :module:`~mongoengine.signals` module. Unless
|
Signals are found within the `mongoengine.signals` module. Unless
|
||||||
specified signals receive no additional arguments beyond the `sender` class and
|
specified signals receive no additional arguments beyond the `sender` class and
|
||||||
`document` instance. Post-signals are only called if there were no exceptions
|
`document` instance. Post-signals are only called if there were no exceptions
|
||||||
raised during the processing of their related function.
|
raised during the processing of their related function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user