From 48f45431eb588c9193408fc7b58e8ccf9c179568 Mon Sep 17 00:00:00 2001 From: Jezeniel Zapanta Date: Sat, 12 Nov 2016 01:40:06 +0800 Subject: [PATCH] Fixed typo in docs/topics/db/multi-db.txt. --- docs/topics/db/multi-db.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index c16f976911a..83ac9b7c5e9 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -106,7 +106,7 @@ An exception to this rule is the :djadmin:`makemigrations` command. It validates the migration history in the databases to catch problems with the existing migration files (which could be caused by editing them) before creating new migrations. By default, it checks only the ``default`` database, -but it consults the the :meth:`allow_migrate` method of :ref:`routers +but it consults the :meth:`allow_migrate` method of :ref:`routers ` if any are installed. .. versionchanged:: 1.10