diff options
| author | rowanv <rrvspam@gmail.com> | 2016-01-24 22:26:11 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 10:42:05 -0500 |
| commit | a6ef025dfb2a1d1bd23893408eef6d066fb506d9 (patch) | |
| tree | b29b3624a20cc65184c743102e0f5f620412105f /docs/ref/files/storage.txt | |
| parent | 8bf8d0e0ecc1805480deb94feb4675b09d3b3a95 (diff) | |
Fixed #26124 -- Added missing code formatting to docs headers.
Diffstat (limited to 'docs/ref/files/storage.txt')
| -rw-r--r-- | docs/ref/files/storage.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt index 6bbb197c0c..71354829c7 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -27,8 +27,8 @@ Django provides two convenient ways to access the current storage class: given path and will return it if successful. An exception will be raised if the import is unsuccessful. -The FileSystemStorage Class -=========================== +The ``FileSystemStorage`` class +=============================== .. class:: FileSystemStorage(location=None, base_url=None, file_permissions_mode=None, directory_permissions_mode=None) @@ -62,8 +62,8 @@ The FileSystemStorage Class The ``FileSystemStorage.delete()`` method will not raise an exception if the given file name does not exist. -The Storage Class -================= +The ``Storage`` class +===================== .. class:: Storage |
