0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Fixed typo in docs/topics/db/multi-db.txt.

This commit is contained in:
Jezeniel Zapanta 2016-11-12 01:40:06 +08:00 committed by Tim Graham
parent 1446902be4
commit 48f45431eb

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 validates the migration history in the databases to catch problems with the
existing migration files (which could be caused by editing them) before existing migration files (which could be caused by editing them) before
creating new migrations. By default, it checks only the ``default`` database, 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. <topics-db-multi-db-routing>` if any are installed.
.. versionchanged:: 1.10 .. versionchanged:: 1.10