summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2011-03-21 15:39:26 +0000
committerRamiro Morales <cramm0@gmail.com>2011-03-21 15:39:26 +0000
commita2c19f7984dd33519b923bbf5a7973b77769d42f (patch)
treee03371245bb058c97e6b74f89ead87b1de3e3a66
parent2cb2674048c0619e9bdec7ec76083b053691cee6 (diff)
Tweaked title level in custom file storage systems documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/howto/custom-file-storage.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt
index 1b0f32fb3f..6a431f36a6 100644
--- a/docs/howto/custom-file-storage.txt
+++ b/docs/howto/custom-file-storage.txt
@@ -68,7 +68,7 @@ passed in, but if the storage needs to change the file name return the new name
instead).
``get_valid_name(name)``
-------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~
Returns a filename suitable for use with the underlying storage system. The
``name`` argument passed to this method is the original filename sent to the
@@ -79,7 +79,7 @@ The code provided on ``Storage`` retains only alpha-numeric characters, periods
and underscores from the original filename, removing everything else.
``get_available_name(name)``
-----------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Returns a filename that is available in the storage mechanism, possibly taking
the provided filename into account. The ``name`` argument passed to this method