Kaydet (Commit) 5d854608 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 2f9658fc
...@@ -144,9 +144,9 @@ A database Router is a class that provides up to four methods: ...@@ -144,9 +144,9 @@ A database Router is a class that provides up to four methods:
the router has no opinion. This method can be used to determine the router has no opinion. This method can be used to determine
the availability of a model on a given database. the availability of a model on a given database.
A router doesn't have to provide *all* these methods - it omit one or A router doesn't have to provide *all* these methods -- it may omit one
more of them. If one of the methods is omitted, Django will skip that or more of them. If one of the methods is omitted, Django will skip
router when performing the relevant check. that router when performing the relevant check.
.. _topics-db-multi-db-hints: .. _topics-db-multi-db-hints:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment