diff options
| author | David Smith <smithdc@gmail.com> | 2025-07-25 10:24:17 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | f81e6e3a53ee36e3f730a71aa55a5744982dd016 (patch) | |
| tree | 44a4fdd64e2d1489d80b1af8bd1ac3c7af3ad0dd /docs/ref/applications.txt | |
| parent | 4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (diff) | |
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
Diffstat (limited to 'docs/ref/applications.txt')
| -rw-r--r-- | docs/ref/applications.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 22ea204801..7801e8f438 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -321,12 +321,12 @@ Methods .. note:: - In the usual initialization process, the ``ready`` method is only called - once by Django. But in some corner cases, particularly in tests which - are fiddling with installed applications, ``ready`` might be called more - than once. In that case, either write idempotent methods, or put a flag - on your ``AppConfig`` classes to prevent rerunning code which should - be executed exactly one time. + In the usual initialization process, the ``ready`` method is only + called once by Django. But in some corner cases, particularly in tests + which are fiddling with installed applications, ``ready`` might be + called more than once. In that case, either write idempotent methods, + or put a flag on your ``AppConfig`` classes to prevent rerunning code + which should be executed exactly one time. .. _namespace package: |
