Skip to content

Commit

Permalink
Moved FileSystemStorage note in docs to the correct place.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahboyce committed May 16, 2024
1 parent 604e32e commit d4f6e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/ref/files/storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ The ``FileSystemStorage`` class
:class:`~django.core.files.storage.Storage` and provides implementations
for all the public methods thereof.

.. note::

The ``FileSystemStorage.delete()`` method will not raise an exception
if the given file name does not exist.

.. attribute:: location

Absolute path to the directory that will hold the files.
Expand All @@ -55,11 +60,6 @@ The ``FileSystemStorage`` class
The file system permissions that the directory will receive when it is
saved. Defaults to :setting:`FILE_UPLOAD_DIRECTORY_PERMISSIONS`.

.. note::

The ``FileSystemStorage.delete()`` method will not raise
an exception if the given file name does not exist.

.. method:: get_created_time(name)

Returns a :class:`~datetime.datetime` of the system's ctime, i.e.
Expand Down

0 comments on commit d4f6e6c

Please sign in to comment.