1
0
mirror of https://github.com/django/django.git synced 2025-08-23 18:29:12 +00:00

[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.

Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
This commit is contained in:
Tim Graham 2019-02-25 14:56:36 -05:00
parent 62f28f37bf
commit 8205116a79

View File

@ -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