Fixed #29683 -- Added view permission to docs.

This commit is contained in:
Stephen James 2018-09-26 15:06:43 -04:00 committed by Tim Graham
parent fb2964a410
commit e40e7026ca
4 changed files with 11 additions and 12 deletions

View file

@ -249,7 +249,7 @@ Advanced features of ``TransactionTestCase``
By default, ``available_apps`` is set to ``None``. After each test, Django
calls :djadmin:`flush` to reset the database state. This empties all tables
and emits the :data:`~django.db.models.signals.post_migrate` signal, which
re-creates one content type and three permissions for each model. This
recreates one content type and four permissions for each model. This
operation gets expensive proportionally to the number of models.
Setting ``available_apps`` to a list of applications instructs Django to