mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #29683 -- Added view permission to docs.
This commit is contained in:
parent
fb2964a410
commit
e40e7026ca
4 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue