diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-22 14:37:57 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | 01a460f23e470555a733b8980401402b7947bb9f (patch) | |
| tree | 76ef8ba63ed41ccc5b11c5af36703f1d39c2846d /docs/howto | |
| parent | 724e5ec6f2c89cacbd7c28e0e3ee63d292810cbd (diff) | |
Refs #36485 -- Removed trailing spaces and tabs in docs.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-shell.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/custom-shell.txt b/docs/howto/custom-shell.txt index cf55a02400..f80ab8f20a 100644 --- a/docs/howto/custom-shell.txt +++ b/docs/howto/custom-shell.txt @@ -39,8 +39,8 @@ For example: The customization above adds :func:`~django.urls.resolve` and :func:`~django.urls.reverse` to the default namespace, which already includes -all models from the apps listed in :setting:`INSTALLED_APPS` plus what is -imported by default. These objects will be available in the ``shell`` without +all models from the apps listed in :setting:`INSTALLED_APPS` plus what is +imported by default. These objects will be available in the ``shell`` without requiring a manual import. Running this customized ``shell`` command with ``verbosity=2`` would show: @@ -48,7 +48,7 @@ Running this customized ``shell`` command with ``verbosity=2`` would show: .. console:: 13 objects imported automatically: - + from django.db import connection, reset_queries, models from django.conf import settings from django.contrib.admin.models import LogEntry |
