diff options
| author | John Whitlock <jwhitlock@mozilla.com> | 2023-01-17 12:27:51 -0600 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 19:28:19 +0100 |
| commit | a3771c82298b9aac0992c3d8aef5b6cf21270714 (patch) | |
| tree | 8d1def5346a58d2a49cd871c5a90321bcc2a65c9 | |
| parent | 1452e7cb7f0c034808e9d9f71042b3244403aa40 (diff) | |
[4.2.x] Fixed typo in docs/releases/4.2.txt.
Backport of d54717118360e8679aa2bd0c5a1625f3e84712ba from main
| -rw-r--r-- | docs/releases/4.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index f1614f1e13..2f91282e73 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -101,7 +101,7 @@ Custom file storages The new :setting:`STORAGES` setting allows configuring multiple custom file storage backends. It also controls storage engines for managing -:doc:`files </topics/files>` (the ``"defaut"`` key) and :doc:`static files +:doc:`files </topics/files>` (the ``"default"`` key) and :doc:`static files </ref/contrib/staticfiles>` (the ``"staticfiles"`` key). The old ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings are |
