Fixed :module: reference in docs and added myself to authors.

This commit is contained in:
Alice Bevan-McGregor 2013-05-29 13:23:18 -04:00
parent f28f336026
commit 35f084ba76
2 changed files with 2 additions and 1 deletions

View File

@ -161,3 +161,4 @@ that much better:
* Jin Zhang
* Daniel Axtens
* Leo-Naeka
* Alice Bevan-McGregor (https://github.com/amcgregor/)

View File

@ -15,7 +15,7 @@ Signals
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
`document` instance. Post-signals are only called if there were no exceptions
raised during the processing of their related function.