mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.
This commit is contained in:
parent
6c48eed238
commit
0b33a3abc2
5 changed files with 157 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue