mirror of https://github.com/django/django.git
Refs #29683 -- Updated multi-db docs for view permission.
This commit is contained in:
parent
c41e6c4eb8
commit
50f09264ae
|
@ -729,7 +729,7 @@ In addition, some objects are automatically created just after
|
||||||
- a default ``Site``,
|
- a default ``Site``,
|
||||||
- a ``ContentType`` for each model (including those not stored in that
|
- a ``ContentType`` for each model (including those not stored in that
|
||||||
database),
|
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).
|
database).
|
||||||
|
|
||||||
For common setups with multiple databases, it isn't useful to have these
|
For common setups with multiple databases, it isn't useful to have these
|
||||||
|
|
Loading…
Reference in New Issue