diff options
| author | Ben Cail <bcail@crossway.org> | 2024-03-26 11:25:29 -0400 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-21 07:28:12 +0200 |
| commit | 0b33a3abc2ca7d68a24f6d0772bc2b9fa603744e (patch) | |
| tree | e2e191d205a51a64ef9124e2eaa5a51c352f7eb6 /docs/internals | |
| parent | 6c48eed2383eb50191b59a64036b75cb46ae178e (diff) | |
Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
