summaryrefslogtreecommitdiff
path: root/docs/backends/image.rst
diff options
context:
space:
mode:
authorYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
committerYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
commit75f93a3f7854a7383febd047391e2bfd4caceee0 (patch)
treed5e634ef292c6b84acacc3982dbcaa0d300a346e /docs/backends/image.rst
Initial git fork of django-storagesHEADmaster
Diffstat (limited to 'docs/backends/image.rst')
-rw-r--r--docs/backends/image.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/backends/image.rst b/docs/backends/image.rst
new file mode 100644
index 0000000..b03e1d4
--- /dev/null
+++ b/docs/backends/image.rst
@@ -0,0 +1,5 @@
+Image
+=====
+
+A custom FileSystemStorage made for normalizing extensions. It lets PIL look at the file to determine the format and append an always lower-case extension based on the results.
+