diff options
| author | Tim Graham <timograham@gmail.com> | 2019-02-25 14:56:36 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-25 14:57:12 -0500 |
| commit | 8205116a79546bad64a065b47883a81e119451cf (patch) | |
| tree | 4104d4b62f98973b1d4462fddc937bbeb32f35be | |
| parent | 62f28f37bff299c533a614446fb2a4a58199f2a4 (diff) | |
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
| -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 34320fb4d5..095e228949 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -729,7 +729,7 @@ In addition, some objects are automatically created just after - a default ``Site``, - a ``ContentType`` for each model (including those not stored in that database), -- three ``Permission`` for each model (including those not stored in that +- the ``Permission``\s for each model (including those not stored in that database). For common setups with multiple databases, it isn't useful to have these |
