summaryrefslogtreecommitdiff
path: root/docs/howto/custom-file-storage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/custom-file-storage.txt')
-rw-r--r--docs/howto/custom-file-storage.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt
index 6a431f36a6..5f1dae17ef 100644
--- a/docs/howto/custom-file-storage.txt
+++ b/docs/howto/custom-file-storage.txt
@@ -37,11 +37,11 @@ You'll need to follow these steps:
Your custom storage system may override any of the storage methods explained in
:doc:`/ref/files/storage`, but you **must** implement the following methods:
- * :meth:`Storage.delete`
- * :meth:`Storage.exists`
- * :meth:`Storage.listdir`
- * :meth:`Storage.size`
- * :meth:`Storage.url`
+* :meth:`Storage.delete`
+* :meth:`Storage.exists`
+* :meth:`Storage.listdir`
+* :meth:`Storage.size`
+* :meth:`Storage.url`
You'll also usually want to use hooks specifically designed for custom storage
objects. These are: