From 533db404e6482d7ada9ee77ebf34349a7d8d083f Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 7 Aug 2013 20:14:22 -0700 Subject: [PATCH] Fix django-mongodb-engine links in tools.rst --- doc/tools.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tools.rst b/doc/tools.rst index fdd11a46a..b98946bb8 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -85,9 +85,10 @@ This section lists tools and adapters that have been designed to work with various Python frameworks and libraries. * `Django MongoDB Engine - `_ is a MongoDB + `_ is a MongoDB database backend for Django that completely integrates with its ORM. - For more information `see the tutorial `_. + For more information `see the tutorial + `_. * `mango `_ provides MongoDB backends for Django sessions and authentication (bypassing :mod:`django.db` entirely). * `Django MongoEngine