diff options
| author | Jezeniel Zapanta <jpzapanta22@gmail.com> | 2016-11-12 01:40:06 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-11 12:41:35 -0500 |
| commit | 6a476bd2294de9ace0f9e3a55e4b11fae4942b2d (patch) | |
| tree | d9456a07914714883e4fc0acc844aa7d42a78c94 /docs | |
| parent | 25fe13d6b0898fa5365fdb41b6c8a66ef2e18199 (diff) | |
[1.10.x] Fixed typo in docs/topics/db/multi-db.txt.
Backport of 48f45431eb588c9193408fc7b58e8ccf9c179568 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/multi-db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index c16f976911..83ac9b7c5e 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 <topics-db-multi-db-routing>` if any are installed. .. versionchanged:: 1.10 |
