diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 16:26:06 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 17ae61a5d4ec75ac5e40363cc76b04c191b50d3d (patch) | |
| tree | 7740468e9b163194ff79fdd1d68dde046199f6a5 /docs | |
| parent | bc3f3031d8ae0b689d02a427f33df24a90cf54c1 (diff) | |
Refs #35326 -- Removed FileSystemStorage.OS_OPEN_FLAGS per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
