summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-05-21 10:51:20 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-21 11:23:44 +0200
commit480ccf905560e2bc63be8cfd24355c557d404677 (patch)
treef7363b2513cc87d303b98844b3f420ed7d87106b
parentc201014e85f321173a018914e148734f29f1e28b (diff)
Refs #35326 -- Made cosmetic edits to 5.1 release notes.
-rw-r--r--docs/releases/5.1.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index 7579cc732f..388487b322 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -211,9 +211,8 @@ File Storage
~~~~~~~~~~~~
* The :attr:`~django.core.files.storage.FileSystemStorage.allow_overwrite`
- parameter has been added to
- :class:`~django.core.files.storage.FileSystemStorage`, to allow saving new
- files over existing ones.
+ parameter of :class:`~django.core.files.storage.FileSystemStorage` allows
+ saving new files over existing ones.
File Uploads
~~~~~~~~~~~~
@@ -471,8 +470,8 @@ Miscellaneous
of ``condition``.
* The undocumented ``OS_OPEN_FLAGS`` property of
- :class:`~django.core.files.storage.FileSystemStorage` has been deprecated.
- To allow overwriting files in storage, set the new
+ :class:`~django.core.files.storage.FileSystemStorage` is deprecated. To allow
+ overwriting files in storage, set the new
:attr:`~django.core.files.storage.FileSystemStorage.allow_overwrite` option
to ``True`` instead.