From 64860c628706cfd2682912ce3ff8b9e3b4674ef5 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 15 Mar 2012 16:27:31 +0000 Subject: [PATCH] Fix signals documentation --- docs/guide/signals.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/guide/signals.rst b/docs/guide/signals.rst index f60e4d78..4d0b0df5 100644 --- a/docs/guide/signals.rst +++ b/docs/guide/signals.rst @@ -5,15 +5,13 @@ Signals .. versionadded:: 0.5 -Signal support is provided by the excellent `blinker`_ library and -will gracefully fall back if it is not available. +..note :: + + Signal support is provided by the excellent `blinker`_ library and + will gracefully fall back if it is not available. -<<<<<<< HEAD -The following document signals exist in MongoEngine and are pretty self explanatory: -======= The following document signals exist in MongoEngine and are pretty self-explanatory: ->>>>>>> master * `mongoengine.signals.pre_init` * `mongoengine.signals.post_init`