From 17ae61a5d4ec75ac5e40363cc76b04c191b50d3d Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:26:06 +0100 Subject: Refs #35326 -- Removed FileSystemStorage.OS_OPEN_FLAGS per deprecation timeline. --- docs/releases/6.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index ac2b984207..497aa75430 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -318,3 +318,6 @@ to remove usage of these features. * The ``check`` keyword argument of ``CheckConstraint`` is removed. * The ``get_cache_name()`` method of ``FieldCacheMixin`` is removed. + +* The ``OS_OPEN_FLAGS`` attribute of + :class:`~django.core.files.storage.FileSystemStorage` is removed. -- cgit v1.3