Skip to content

Commit

Permalink
Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Mar 26, 2011
1 parent 2f9658f commit 5d85460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/db/multi-db.txt
Expand Up @@ -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:


Expand Down

0 comments on commit 5d85460

Please sign in to comment.