summaryrefslogtreecommitdiff
path: root/docs/backends/overwrite.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/overwrite.rst
Initial git fork of django-storagesHEADmaster
Diffstat (limited to 'docs/backends/overwrite.rst')
-rw-r--r--docs/backends/overwrite.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/backends/overwrite.rst b/docs/backends/overwrite.rst
new file mode 100644
index 0000000..66aa875
--- /dev/null
+++ b/docs/backends/overwrite.rst
@@ -0,0 +1,5 @@
+Overwrite
+=========
+
+This is a simple implementation overwrite of the FileSystemStorage. It removes the addition of an '_' to the filename if the file already exists in the storage system. I needed a model in the admin area to act exactly like a file system (overwriting the file if it already exists).
+