[1.10.x] Fixed typo in docs/topics/db/multi-db.txt.

Backport of 48f45431eb588c9193408fc7b58e8ccf9c179568 from master
This commit is contained in:
Jezeniel Zapanta 2016-11-12 01:40:06 +08:00 committed by Tim Graham
parent 25fe13d6b0
commit 6a476bd229

View File

@ -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
<topics-db-multi-db-routing>` if any are installed.
.. versionchanged:: 1.10