From 0b33a3abc2ca7d68a24f6d0772bc2b9fa603744e Mon Sep 17 00:00:00 2001 From: Ben Cail Date: Tue, 26 Mar 2024 11:25:29 -0400 Subject: Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index c0965f676b..4f89481ac7 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -79,6 +79,9 @@ details on these changes. * The ``check`` keyword argument of ``CheckConstraint`` will be removed. +* The ``OS_OPEN_FLAGS`` attribute of + :class:`~django.core.files.storage.FileSystemStorage` will be removed. + .. _deprecation-removed-in-5.1: 5.1 -- cgit v1.3