From fb2fb2de4dcd289db5de0b25ed36c88da5e3654d Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Sat, 1 Nov 2025 07:11:42 -0500 Subject: [PATCH] [6.0.x] Removed community packages admonition from settings docs. Backport of 5ef870fbc5a65cce65b42a8f9cdb208a32d3dd31 from main. --- docs/ref/settings.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 3a2d3fe4d6..b0750d3a42 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2766,15 +2766,6 @@ backend definition in :setting:`STORAGES`. Defining this setting overrides the default value and is *not* merged with it. -.. admonition:: There are community maintained solutions too! - - Django has a vibrant ecosystem. There are storage backends - highlighted on the `Community Ecosystem`_ page. The Django Packages - `Storage Backends grid`_ has even more options for you! - -.. _Community Ecosystem: https://www.djangoproject.com/community/ecosystem/#storage-and-static-files -.. _Storage Backends grid: https://djangopackages.org/grids/g/storage-backends/ - .. setting:: TASKS ``TASKS``