From f931cbec21cce3e2e68239c77614e6aa5026b882 Mon Sep 17 00:00:00 2001 From: cuinix <915115094@qq.com> Date: Thu, 7 Mar 2024 11:23:26 +0800 Subject: [PATCH] [5.0.x] Fixed typo in docs/howto/custom-file-storage.txt. Signed-off-by: cuinix <915115094@qq.com> Backport of 20848bcf39de891bcf865b47f6f5f550e3f21958 from main --- docs/howto/custom-file-storage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt index 661a343d04..f9969da61e 100644 --- a/docs/howto/custom-file-storage.txt +++ b/docs/howto/custom-file-storage.txt @@ -133,7 +133,7 @@ to refer to a specific storage throughout Django, to a dictionary of settings for that specific storage backend. The settings in the inner dictionaries are described fully in the :setting:`STORAGES` documentation. -Storages are then accessed by alias from from the +Storages are then accessed by alias from the :data:`django.core.files.storage.storages` dictionary:: from django.core.files.storage import storages