summaryrefslogtreecommitdiff
path: root/docs/backends/overwrite.rst
diff options
context:
space:
mode:
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).
+